Open GoogleCodeExporter opened 8 years ago
I was looking at this a bit. The specific thing I'm normally looking for is
"walk to the next oldest version of this file, to try to figure out when/how
this code broke."
I was trying to figure out using the example above what the correct thing to do
is.
The parent of ce6f591c according to ce6f591c^ is 30b33994 (which is what the
example above suggests).
But viewing ce6f591c in `git gui blame` and using "Blame Parent Commit" sends
me to a32b5656, but I'm not sure why, or which one is preferable.
Original comment by scottmg@chromium.org
on 5 Feb 2016 at 7:56
Ah, I think `git gui blame` blames the parent of the "originally by" commit. So:
ce6f591c was deemed a "move or copy" for line 1.
Originally, it was 203fb82c.
And 203fb82c^ is a32b5656, which is where git gui blame goes.
I wonder if 203fb82c is readily available to gitiles.
Original comment by scottmg@chromium.org
on 5 Feb 2016 at 8:05
(Oh, gitiles is open source. I'll see if I can wield my non-existent Java
skillz towards answering the questions above...)
Original comment by scottmg@chromium.org
on 5 Feb 2016 at 9:46
I put a CL here https://gerrit-review.googlesource.com/c/74630/ to do this. I'm
not entirely sure if it's exactly what we want for walking history, but it does
what was proposed in #0 at least.
Original comment by scottmg@chromium.org
on 5 Feb 2016 at 11:30
Original issue reported on code.google.com by
vitalyb...@chromium.org
on 17 Sep 2014 at 6:43