Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

Sign git tags & commits #158

Closed
rugk opened this issue Jan 12, 2017 · 5 comments
Closed

Sign git tags & commits #158

rugk opened this issue Jan 12, 2017 · 5 comments

Comments

@rugk
Copy link

rugk commented Jan 12, 2017

You should consider signing git commits & releases.

As you already have a PGP key, this should not be difficult for you. At least tags should be signed, so one can also use the verified(!) source to built the application by themselves.

@kherge
Copy link
Contributor

kherge commented Jan 20, 2017

I'm doing this for other repositories, but I'll start with this one.

I just enabled commit.gpgsign on my copy of the repos. Next commits will be signed.

Thanks!

@kherge kherge closed this as completed Jan 20, 2017
@rugk
Copy link
Author

rugk commented Jan 20, 2017

Do not forget to enable tag singing.

Tip:

[alias]
   tag = tag -s

@kherge
Copy link
Contributor

kherge commented Jan 20, 2017

@rugk
Copy link
Author

rugk commented Jan 20, 2017

Yeah, I know. 😃 (In case this is a reply to my previous comment: There is a difference between tag and commit signing)

@kherge
Copy link
Contributor

kherge commented Jan 20, 2017

Woops, my mistake!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants