--- Junio C Hamano <junkio@xxxxxxx> wrote: > Luben Tuikov <ltuikov@xxxxxxxxx> writes: > > > Junio, is it possible to also print the "previous" commit? > > I mean, is it tenable to print the commit such that > > a "git-diff C B -- A:file" will give a diff of the block of lines > > we're looking at? > > There is no single "previous" in general. Which side of the > merge would you take? The parent commit. For example, Annotation/blame of A:File C 1 line 1 2 line 2 D 3 line 3 B 4 line 4 The parent commit of C, such that, git-diff parent(C) C -- A:File will give me the diff which introduced the "first block", or more generally, all lines annotated with C. Then when I click on 1 or 2, I'd like to see Annotation/blame of parent(C):File, on the line number where the C "block" was introduced. Luben - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html