summaryrefslogtreecommitdiff
path: root/graph.h
diff options
context:
space:
mode:
authorLibravatar Adam Simpkins <adam@adamsimpkins.net>2008-05-23 19:24:11 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-05-25 11:43:22 -0700
commit37a75abc985a25a0612c2c176ed35d438722752d (patch)
treeaabc26028c98601ca65361a4e22e44aa6ca9dd20 /graph.h
parentgraph API: fix graph mis-alignment after uninteresting commits (diff)
downloadtgif-37a75abc985a25a0612c2c176ed35d438722752d.tar.xz
graph API: don't print branch lines for uninteresting merge parents
Previously, the graphing code printed lines coming out of a merge commit for all of its parents, even if some of them were uninteresting. Now it only prints lines for interesting commits. For example, for a merge commit where only the first parent is interesting, the code now prints: * merge commit * interesting child instead of: M merge commit |\ * interesting child Signed-off-by: Adam Simpkins <adam@adamsimpkins.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'graph.h')
0 files changed, 0 insertions, 0 deletions