From: Jeff King <peff@peff.net>
To: Thomas Rast <trast@student.ethz.ch>
Cc: git@vger.kernel.org, Sebastian Hahn <mail@sebastianhahn.net>
Subject: Re: gitk "find commit adding/removing string"/possible pickaxe bug?
Date: Tue, 18 Jan 2011 15:50:40 -0500 [thread overview]
Message-ID: <20110118205040.GA20970@sigill.intra.peff.net> (raw)
In-Reply-To: <201101182139.28808.trast@student.ethz.ch>
On Tue, Jan 18, 2011 at 09:39:28PM +0100, Thomas Rast wrote:
> So indeed
>
> git log -Squux -c -p
>
> gives a combined diff. But OTOH
>
> git log -Sbar -c -p
>
> doesn't; it only gives a diff for the commit that introduced 'bar'. I
> guess this makes sense: -S notices that the number of 'bar's is
> actually the same as in *one* merge parent, hence the merge cannot be
> all that interesting. OTOH it still shows the merge commit in the
> history, which is a bit strange. --pickaxe-all does not make a
> difference either;
Hrm. What I expected[1] to happen would be for the diff machinery to
look at each filepair individually, one of them to trigger -S, which
shows the commit, and then to fail to produce a combined diff because we
threw away the other uninteresting filepair. But in that case,
--pickaxe-all _should_ show something, as its point is to keep all of
the filepairs. And that's clearly not happening.
So now I don't know what's going on. I'll try to trace through the diff
machinery and see if that gives a clue.
-Peff
[1] That's what I expect, but not necessarily what I want. I think what
I would want is for it to do a token count of the merge commit, and if
it fails to match _every_ parent, then it it interesting. Otherwise, the
content presumably came from that parent.
next prev parent reply other threads:[~2011-01-18 20:51 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-18 16:16 gitk "find commit adding/removing string"/possible pickaxe bug? Sebastian Hahn
2011-01-18 16:44 ` Thomas Rast
2011-01-18 18:39 ` Junio C Hamano
2011-01-18 18:50 ` Jeff King
2011-01-18 20:39 ` Thomas Rast
2011-01-18 20:50 ` Jeff King [this message]
2011-01-18 21:26 ` Junio C Hamano
2011-01-18 21:33 ` Jeff King
2011-01-31 20:00 ` Jeff King
2011-01-18 21:16 ` Thomas Rast
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=20110118205040.GA20970@sigill.intra.peff.net \
--to=peff@peff.net \
--cc=git@vger.kernel.org \
--cc=mail@sebastianhahn.net \
--cc=trast@student.ethz.ch \
/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).