swh:1:snp:bb8853bfef8fcf2b1d37fd6404912c7606c98e48
Revision c961b228bcab390a1b42d517b6ed5a1edb55efed authored by Paul Mackerras on 09 July 2007, 12:45:47 UTC, committed by Paul Mackerras on 09 July 2007, 12:45:47 UTC
This is based on patches from Linus Torvalds and Junio Hamano, so the
ideas here are theirs.

This makes gitk use "git log -z --pretty=raw" instead of "git rev-list"
to generate the list of commits, and also makes it grok the "<" and ">"
markers that git log (and git rev-list) output with the --left-right
flag to indicate which side of a symmetric diff a commit is reachable
from.  Left-side commits are drawn with a triangle pointing leftwards
instead of a circle, and right-side commits are drawn with a triangle
pointing rightwards.  The commitlisted list is used to store the
left/right information as well as the information about whether each
commit is on the boundary.

Signed-off-by: Paul Mackerras <paulus@samba.org>
1 parent 8c93917
History
Tip revision: 19981daefd7c147444462739375462b49412ce33 authored by Junio C Hamano on 05 April 2024, 17:49:37 UTC
The fifteenth batch
Tip revision: 19981da
File Mode Size
gitk -rwxr-xr-x 202.5 KB

back to top