Questions tagged [git-sign]

For issues related to signing tags and commits in [git]

Signing a tag or commit in Git is a method of verifying the author of that specific tag or commit using a private key.

External Links

17 questions
0
votes
2 answers

Change previous commits messages while keep them signed-off

I have a bunch of signed-off and pushed commits. I want to change their messages. However, when I do so with commands such as: git rebase -i HEAD~12 and reword their signatures disappear (I check it with git log --show-signature). How to change…
techkuz
  • 3,608
  • 5
  • 34
  • 62
0
votes
1 answer

Git sign a tag / commit otherthan gpg

In Git, can we use Entrust Digital SW to sign tags and commits instead of gpg? need your suggestions.
Seenivasan
  • 101
  • 1
  • 2
1
2