-
Notifications
You must be signed in to change notification settings - Fork 268
How to check if a commit is signed or not? #1212
-
Will you consider adding it if there is no such a feature?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 4 replies
-
When you see the following sign, it means this is a Signed commit.
image
Beta Was this translation helpful? Give feedback.
All reactions
-
git
It is strange because when I git log --show-signature
I see the signature (the screenshot above) but nothing in SourceGit (the screenshot below)
SourceGit
Am I missing something? It seems like I need to have remote?
Beta Was this translation helpful? Give feedback.
All reactions
-
It seems like I need to have remote?
It doesn't need remote.
image
What's your execution result of git show --no-show-signature --format=%G?%n%GS%n%GK -s 318d3b5c
?
Beta Was this translation helpful? Give feedback.
All reactions
-
Beta Was this translation helpful? Give feedback.
All reactions
-
make sure the git used by Sourcegit is the same with the one you used in terminal
Beta Was this translation helpful? Give feedback.