diff options
author | Adam Simpkins <adam@adamsimpkins.net> | 2008-05-23 19:24:11 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-25 11:43:22 -0700 |
commit | 37a75abc985a25a0612c2c176ed35d438722752d (patch) | |
tree | aabc26028c98601ca65361a4e22e44aa6ca9dd20 /archive.h | |
parent | graph API: fix graph mis-alignment after uninteresting commits (diff) | |
download | tgif-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 'archive.h')
0 files changed, 0 insertions, 0 deletions