Skip to content

Commit 3342544

Browse files
committed
update readme now that gpgsign is there
1 parent 6515831 commit 3342544

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,13 @@
5454
- Responsive terminal UI
5555
- Async git API for fluid control
5656
- Submodule support
57+
- gpg commit signing with shortcomings (see [#97](https://github.com/extrawurst/gitui/issues/97)))
5758

5859
## 2. <a name="motivation"></a> Motivation <small><sup>[Top ▲](#table-of-contents)</sup></small>
5960

6061
I do most of my git work in a terminal but I frequently found myself using git GUIs for some use-cases like: index, commit, diff, stash, blame and log.
6162

62-
Unfortunately popular git GUIs all fail on giant repositories or become unresponsive and unusable.
63+
Unfortunately popular git GUIs all fail on giant repositories or become unresponsive and unusable.
6364

6465
GitUI provides you with the user experience and comfort of a git GUI but right in your terminal while being portable, fast, free and opensource.
6566

@@ -83,7 +84,7 @@ These are the high level goals before calling out `1.0`:
8384
## 5. <a name="limitations"></a> Known Limitations <small><sup>[Top ▲](#table-of-contents)</sup></small>
8485

8586
- no sparse repo support (see [#1226](https://github.com/extrawurst/gitui/issues/1226))
86-
- no support for GPG signing (see [#97](https://github.com/extrawurst/gitui/issues/97))
87+
- no support for SSH signing yet (see [#1149](https://github.com/extrawurst/gitui/issues/1149))
8788
- no git-lfs support (see [#1089](https://github.com/extrawurst/gitui/discussions/1089))
8889
- *credential.helper* for https needs to be **explicitly** configured (see [#800](https://github.com/extrawurst/gitui/issues/800))
8990

@@ -182,7 +183,7 @@ pkg install gitui
182183

183184
##### [Anaconda](https://anaconda.org/conda-forge/gitui)
184185
```
185-
conda install -c conda-forge gitui
186+
conda install -c conda-forge gitui
186187
```
187188

188189
</details>
@@ -221,7 +222,7 @@ All contain a single binary file
221222
- See [Install Rust](https://www.rust-lang.org/tools/install)
222223

223224
- To build openssl dependency (see https://docs.rs/openssl/latest/openssl/)
224-
- perl >= 5.12 (strawberry perl works for windows https://strawberryperl.com/)
225+
- perl >= 5.12 (strawberry perl works for windows https://strawberryperl.com/)
225226
- a c compiler (msvc, gcc or clang, cargo will find it)
226227

227228
- To run the complete test suite python is required (and it must be invocable as `python`)

0 commit comments

Comments
 (0)