You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid the 'hacky fixup' script, just assume behavior is correct.
See issue stacked-git/stgit#370
Right now commits aren't signed when using 'stg commit'
Setting commit.gpgsign = true and stg.gpgsign = false should result in regular patch commits being signed. I typically run with this setup and it works for me. I'm sorry it isn't working as it is supposed to for you.
A little more information about the StGit and Git versions where you are seeing this would be helpful. Also, where the configuration is in your environment, i.e. are these options being set globally? Locally? Or a combination of both?
In my opinion, GPG signing temporary stack metadata is pretty useless, so I have
stg.gpgsign = false
.However, I have
commit.gpgsign = true
. I assume that runningstg commit
would respect the second option and generate signed commits.However, it does not. The resulting commits continue to be unsigned.
The text was updated successfully, but these errors were encountered: