Skip to content

Commit 468f8e8

Browse files
chirpcelchirpcelextrawurst
authored
Support ssh-agent and external sign binaries for commit signing with ssh (#2464)
* feat(ssh-agent-signing): implement commit signing with ssh-agent --------- Co-authored-by: chirpcel <git@mkersten.net> Co-authored-by: extrawurst <776816+extrawurst@users.noreply.github.com> Co-authored-by: rusticorn <mail@rusticorn.com>
1 parent 685cca9 commit 468f8e8

5 files changed

Lines changed: 333 additions & 732 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5454
* add `--file` cli flag to open the files tab with the given file already selected [[@laktak](https://github.com/laktak)] ([#2510](https://github.com/gitui-org/gitui/issues/2510))
5555
* add the ability to specify a custom keybinding/symbols file via the cli [[@0x61nas](https://github.com/0x61nas)] ([#2731](https://github.com/gitui-org/gitui/pull/2731))
5656
* add mise alternative method installation [[@jylenhof](https://github.com/jylenhof)] ([#2817](https://github.com/gitui-org/gitui/pull/2817))
57+
* ssh commit signing with ssh-agents and external signers [[@chirpcel](https://github.com/chirpcel)] ([#2188](https://github.com/extrawurst/gitui/issues/2188))
5758

5859
### Changed
5960
* execute git-hooks directly if possible (on *nix) else use sh instead of bash (without reading SHELL variable) [[@Joshix](https://github.com/Joshix-1)] ([#2483](https://github.com/extrawurst/gitui/pull/2483))

0 commit comments

Comments
 (0)