gitext-rs / git-stack

Stacked branch management for Git
Apache License 2.0
491 stars 19 forks source link

Support GPG-signing commits #258

Closed mebsout closed 1 year ago

mebsout commented 1 year ago

Please complete the following tasks

Version

git-stack 0.9.0

Use Case

The commits produced by git-stack are not signed. I'm not sure there is a workaround to manually signing the commits afterwards which defeats the purpose of git-stack.

Requirements

I would like the commits produced by git-stack to be signed (w.r.t. the configuration in .gitconfig, user.signingkey, and commit.gpgsign).

Possible Solutions

See this issue https://github.com/arxanas/git-branchless/issues/465.