From: Michael J Gruber <git@drmicha.warpmail.net>
To: Sverre Rabbelier <srabbelier@gmail.com>
Cc: Richard Peterson <richard@rcpeterson.com>, git@vger.kernel.org
Subject: Re: [Tagging Commits] feedback / discussion request
Date: Wed, 04 May 2011 11:21:19 +0200 [thread overview]
Message-ID: <4DC11A8F.5020408@drmicha.warpmail.net> (raw)
In-Reply-To: <BANLkTimTmkufMnY5dJtDD6BWxs=vsDTygA@mail.gmail.com>
Sverre Rabbelier venit, vidit, dixit 04.05.2011 01:49:
> Heya,
>
> On Wed, May 4, 2011 at 01:36, Richard Peterson <richard@rcpeterson.com> wrote:
>> Thank you, and please give feedback. I'm no git pro - just a guy with an
>> idea. Based on your feedback, Eric and I will steer our implementation.
>
> Have you looked at git notes? They seem relevant. You could use them
> to sign commits after the fact, and by multiple people, etc.
>
Exactly. Sign and store sig in refs/notes/sigs:
git rev-parse <commit> | gpg -sa | git notes --ref=sigs append -F- <commit>
Verify:
git notes --ref=sigs show <commit> | gpg
You can sign any object (blob, tree...) that way, of course.
Everything else (meaning of this sig, just like the meaning of a signed
tag or a s-o-b line) is a matter of project policy.
Michael
next prev parent reply other threads:[~2011-05-04 9:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-03 23:36 [Tagging Commits] feedback / discussion request Richard Peterson
2011-05-03 23:49 ` Sverre Rabbelier
2011-05-04 9:21 ` Michael J Gruber [this message]
2011-05-04 8:42 ` Jeff King
2011-05-05 15:39 ` Richard Peterson
2011-05-05 18:49 ` Sverre Rabbelier
2011-05-05 20:30 ` Jeff King
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4DC11A8F.5020408@drmicha.warpmail.net \
--to=git@drmicha.warpmail.net \
--cc=git@vger.kernel.org \
--cc=richard@rcpeterson.com \
--cc=srabbelier@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).