From ad0ec7e9b8fe5ab8566648038f374cbe76de1a06 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Wed, 11 May 2022 12:41:46 +0200 Subject: [PATCH] add sparse repo limitation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0bf19dda..a39a768d 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ These are the high level goals before calling out `1.0`: ## 5. Known Limitations [Top ▲](#table-of-contents) +- no sparse repo support (see [#1226](https://github.com/extrawurst/gitui/issues/1226)) - no support for GPG signing (see [#97](https://github.com/extrawurst/gitui/issues/97)) - no git-lfs support (see [#1089](https://github.com/extrawurst/gitui/discussions/1089)) - *credential.helper* for https needs to be **explicitly** configured (see [#800](https://github.com/extrawurst/gitui/issues/800))