From: Junio C Hamano <gitster@pobox.com>
To: Steven Grimm <koreth@midwinter.com>
Cc: Jeff King <peff@peff.net>, Alex Riesen <raa.lkml@gmail.com>,
git@vger.kernel.org
Subject: Re: git blame and cherry-picking
Date: Thu, 07 Aug 2008 11:49:07 -0700 [thread overview]
Message-ID: <7vsktgirto.fsf@gitster.siamese.dyndns.org> (raw)
In-Reply-To: <AA6BDC98-8800-4031-8C8F-A4BD326BEC1E@midwinter.com> (Steven Grimm's message of "Thu, 7 Aug 2008 11:37:02 -0700")
Steven Grimm <koreth@midwinter.com> writes:
> On Aug 7, 2008, at 11:22 AM, Jeff King wrote:
>> You could potentially have git-blame incorporate that information
>> (again, if the referenced commit is even still available), but I'm not
>> sure exactly what difference it would make. I don't think you would
>> want
>> to start blaming up the original commits line of parentage.
>
> No, of course not. But one might want to show the original commit's
> author instead of the name of the person who did the cherry pick.
"cherry-pick" lets you say "-n" so that you can use the change as if you
are creating (think of it as a typesaver). You can ask commit to record
the result under the original authorship.
Perhaps a workflow sequence would go like this:
... Ah, I like that change by Joe; let's see if that really works ...
$ git cherry-pick -n joe/experimental~4
$ test test test
... Hmm, not quite, let's fix up ...
$ edit test edit test
... Now it works and I like the result, but I'll edit the comment to
... describe the change I made on top of what he did to make it work.
$ git commit -a -c joe/experimental~4
next prev parent reply other threads:[~2008-08-07 18:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-06 22:18 git blame and cherry-picking Steven Grimm
2008-08-07 6:09 ` Alex Riesen
2008-08-07 18:22 ` Jeff King
2008-08-07 18:37 ` Steven Grimm
2008-08-07 18:49 ` Junio C Hamano [this message]
2008-08-07 18:49 ` Jeff King
2008-08-07 17:53 ` Avery Pennarun
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=7vsktgirto.fsf@gitster.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=koreth@midwinter.com \
--cc=peff@peff.net \
--cc=raa.lkml@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).