From 050b6ed62087bf13b8febc9f92dadaedc9c2ddd3 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Wed, 17 Dec 2025 19:09:48 -0500 Subject: [PATCH] make lfs support 1.0 featre --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 515d9c34..f97b7081 100644 --- a/README.md +++ b/README.md @@ -80,11 +80,11 @@ These are the high level goals before calling out `1.0`: * visualize branching structure in log tab ([#81](https://github.com/gitui-org/gitui/issues/81)) * interactive rebase ([#32](https://github.com/gitui-org/gitui/issues/32)) +- no git-lfs support (see [#2812](https://github.com/gitui-org/gitui/issues/2812)) ## 5. Known Limitations [Top ▲](#table-of-contents) - no sparse repo support (see [#1226](https://github.com/gitui-org/gitui/issues/1226)) -- no git-lfs support (see [#2812](https://github.com/gitui-org/gitui/issues/2812)) - *credential.helper* for https needs to be **explicitly** configured (see [#800](https://github.com/gitui-org/gitui/issues/800)) Currently, this tool does not fully substitute the _git shell_, however both tools work well in tandem.