-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli: git push: allow signing commits on push #5164
Conversation
d4d3183
to
9d668dd
Compare
Heads-up: with #4853 hopefully soon to be merged, you may have a conflict-inducing rebase ahead. We removed |
9d668dd
to
db57a23
Compare
8ccb704
to
9f848b6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Signing is really slow for me so I'm looking forward to this feature
9f848b6
to
25d79b6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to address most of the comments.
25d79b6
to
8382125
Compare
8382125
to
74633a3
Compare
This adds the `git.sign-on-push` configuration which can be used to automatically sign unsigned commits before pushing to a Git remote.
74633a3
to
3af0723
Compare
This adds the
git.sign-on-push
configuration which can be used toautomatically sign unsigned commits before pushing to a Git remote.
Checklist
If applicable:
CHANGELOG.md