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
The `--gpg-sign` option takes an *optional* argument, not a mandatory
one.
This was discovered as part of the investigation of
git-for-windows#1836.
Signed-off-by: Johannes Schindelin <[email protected]>
Thank you all for the excellent analysis! I figured out the problem: by mistake, the optional argument of the -S option was not optional but mandatory. Technically, only the rebase -i fix is required to fix this here issue, but I was already working on the built-in stuff, and the non-interactive rebasealso needs this fix.
Setup
defaults?
Details
mintty/Bash
Minimal, Complete, and Verifiable example
this will help us understand the issue.
The keyid should be optional and default to user.signingkey and rebase should run.
Rebase errors about an optional value. It works correctly if you pass -SDC35E715, set rebase.useBuiltin to false, or set commit.gpgsign to false.
The text was updated successfully, but these errors were encountered: