update readme now that gpgsign is there

This commit is contained in:
extrawurst 2024-03-24 13:24:15 -07:00
parent 6515831c95
commit 3342544dfb

View File

@ -54,6 +54,7 @@
- Responsive terminal UI
- Async git API for fluid control
- Submodule support
- gpg commit signing with shortcomings (see [#97](https://github.com/extrawurst/gitui/issues/97)))
## 2. <a name="motivation"></a> Motivation <small><sup>[Top ▲](#table-of-contents)</sup></small>
@ -83,7 +84,7 @@ These are the high level goals before calling out `1.0`:
## 5. <a name="limitations"></a> Known Limitations <small><sup>[Top ▲](#table-of-contents)</sup></small>
- 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 support for SSH signing yet (see [#1149](https://github.com/extrawurst/gitui/issues/1149))
- 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))