From: ebiederm@xmission.com (Eric W. Biederman)
To: Linus Torvalds <torvalds@osdl.org>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: Trial git RPM's..
Date: Mon, 11 Jul 2005 18:55:02 -0600 [thread overview]
Message-ID: <m1vf3gzvvd.fsf@ebiederm.dsl.xmission.com> (raw)
In-Reply-To: <Pine.LNX.4.58.0507110958400.17536@g5.osdl.org> (Linus Torvalds's message of "Mon, 11 Jul 2005 10:06:06 -0700 (PDT)")
Linus Torvalds <torvalds@osdl.org> writes:
> On Mon, 11 Jul 2005, Eric W. Biederman wrote:
>
>> Are you still up for a patch that records who and when made a tag?
>> I sent one but it seems to have been lost.
>
> I'd really actually prefer for the code to be shared with the commit code,
> so that the user info (name, email, date) would not just be exactly the
> same, but would share the same code so that we don't end up having them
> ever get out of sync.
Sounds fair.
> That would imply moving parts of "git-tag-script" into mktag.c.
Actually I was looking at doing a git-ident thing that will
just compute who git thinks you are. And then git-commit-tree can
just popen it to share code. That looks like how the logic has
been accomplished in other places.
Moving parts of git-tag-script into mktag is hard because you
have to generate a flat file to pass to gpg. And I don't think
I am ready to hard code the call to gpg into mktag, as some other
signing method may come along. Although that may be the saner
choice.
Anyway the git-ident thing is easy and informative for debugging
so I will finish coding that up as soon as I get home.
Eric
next prev parent reply other threads:[~2005-07-12 1:03 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-11 1:18 Trial git RPM's Linus Torvalds
2005-07-11 15:24 ` Eric W. Biederman
2005-07-11 17:06 ` Linus Torvalds
2005-07-11 20:11 ` Horst von Brand
2005-07-11 21:03 ` Chris Wright
2005-07-12 15:59 ` Eric W. Biederman
2005-07-12 17:01 ` Linus Torvalds
2005-07-12 17:14 ` Eric W. Biederman
2005-07-12 17:27 ` Linus Torvalds
2005-07-12 17:46 ` Chris Wright
2005-07-12 0:55 ` Eric W. Biederman [this message]
2005-07-12 1:15 ` Linus Torvalds
2005-07-12 2:39 ` Eric W. Biederman
2005-07-12 4:39 ` [PATCH] tagger id Eric W. Biederman
2005-07-12 6:50 ` Eric W. Biederman
2005-07-12 8:44 ` Junio C Hamano
2005-07-12 15:04 ` Eric W. Biederman
2005-07-12 15:14 ` Petr Baudis
2005-07-12 21:16 ` Junio C Hamano
2005-07-15 0:46 ` Eric W. Biederman
2005-07-12 18:54 ` Linus Torvalds
2005-07-12 22:15 ` Eric W. Biederman
2005-07-12 23:42 ` Junio C Hamano
2005-07-15 0:36 ` Eric W. Biederman
2005-07-12 0:58 ` Trial git RPM's Eric W. Biederman
2005-07-11 20:34 ` Chris Wright
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=m1vf3gzvvd.fsf@ebiederm.dsl.xmission.com \
--to=ebiederm@xmission.com \
--cc=git@vger.kernel.org \
--cc=torvalds@osdl.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.