Linus Torvalds <torvalds@xxxxxxxx> writes: > On Sun, 17 Dec 2006, Junio C Hamano wrote: >> >> - blame A..B's output shows lines attributed to the boundary >> commit with commit SHA-1 prefixed with '^'; > > I wonder if it would make sense to have a flag or mode or something where > boundary commit attributions are simply left unattributed (ie just leave > that _empty_). In "blame A..B" output, not all boundaries are commit A when the history is not linear, so I was afraid that would confuse the users ("these lines with empty SHA-1 do not match what I have in A -- what's going on???"). But I think it is Ok if the behaviour is under a separate option. > Same goes for some way of telling git blame that the root commit is > uninteresting (it's a "boundary commit by definition" in the import case). That's a good point. It probably should be on by default and controlled by the same log.showroot configuration. - 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