Skip to content

How to keep the commits signed with GPG key #209

Answered by newren
ShadyMedic asked this question in Q&A
Discussion options

You must be logged in to vote

git filter-repo builds on top of fast-export and fast-import. fast-export has to strip the existing signatures because they won't be valid after the modifications to history. And fast-import has no option to add a signature to commits with some specified key. Such a feature would need to be added to upstream git, then filter-repo would be able to use it.

Sorry there isn't a better answer at this time.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@ShadyMedic
Comment options

Answer selected by ShadyMedic
Comment options

You must be logged in to vote
1 reply
@heygarrett
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants