From c0ce6744387446581ee90bd93041ae00ca18a2ca Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 28 May 2021 11:52:30 +0200 Subject: [PATCH] readme: warn that gpgsign not supported --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70e3e817..a9072d35 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ These are the high level goals before calling out `1.0`: - no support for [bare repositories](https://git-scm.com/book/en/v2/Git-on-the-Server-Getting-Git-on-a-Server) (see [#100](https://github.com/extrawurst/gitui/issues/100)) - no support for [core.hooksPath](https://git-scm.com/docs/githooks) config +- no support for GPG signing (see [#97](https://github.com/extrawurst/gitui/issues/97)) Currently, this tool does not fully substitute the _git shell_, however both tools work well in tandem.