forked from mystor/git-revise
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for GPG-signed commits (mystor#46)
GPG-sign commits if option -S/--gpg-sign is given, or if configurations revise.gpgSign or commit.gpgSign are set to true. In contrast to git-commit's options, the keyid used for signing cannot (yet) be specified explicitly but by user.signingKey to prevent using the committer signature as fallback. A call of `git-revise COMMIT --gpg-sign` w/o any changes in the index does not cause (re)creation of GPG commit signatures. Signed-off-by: Nicolas Schier <nicolas@fjasle.eu>
- Loading branch information
Nicolas Schier
committed
Sep 4, 2020
1 parent
7176273
commit 2c20ffc
Showing
3 changed files
with
74 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters