Skip to content

Commit 665e997

Browse files
committed
update changelog and readme
1 parent 945ec45 commit 665e997

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
* more version info in `gitui -V` and `help popup` (including git hash)
1414
* support `core.commitChar` filtering [[@concelare](https://github.com/concelare)] ([#2136](https://github.com/extrawurst/gitui/issues/2136))
1515
* allow reset in branch popup ([#2170](https://github.com/extrawurst/gitui/issues/2170))
16-
* support sign commits with ssh key in the disk when `user.signingKey` and `gpg.format = ssh` of gitconfig are set(ssh-agent isn't yet supported) ([#1149](https://github.com/extrawurst/gitui/issues/1149))
16+
* support ssh commit signing (when `user.signingKey` and `gpg.format = ssh` of gitconfig are set; ssh-agent isn't yet supported) [[@yanganto](https://github.com/yanganto)] ([#1149](https://github.com/extrawurst/gitui/issues/1149))
1717

1818
### Changed
1919
* Make info and error message popups scrollable [[@MichaelAug](https://github.com/MichaelAug)] ([#1138](https://github.com/extrawurst/gitui/issues/1138))

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ These are the high level goals before calling out `1.0`:
8484
## 5. <a name="limitations"></a> Known Limitations <small><sup>[Top ▲](#table-of-contents)</sup></small>
8585

8686
- no sparse repo support (see [#1226](https://github.com/extrawurst/gitui/issues/1226))
87-
- no support for SSH signing yet (see [#1149](https://github.com/extrawurst/gitui/issues/1149))
8887
- no git-lfs support (see [#1089](https://github.com/extrawurst/gitui/discussions/1089))
8988
- *credential.helper* for https needs to be **explicitly** configured (see [#800](https://github.com/extrawurst/gitui/issues/800))
9089

0 commit comments

Comments
 (0)