diff options
author | Allan Caffee <allan.caffee@gmail.com> | 2009-04-21 08:47:01 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-22 18:32:16 -0700 |
commit | eaf158f8bd7615562e1fa84711ea465f387a3c9d (patch) | |
tree | c7ea34fd55e771bf15f8675e5ece65c303f745c0 /t/t4202-log.sh | |
parent | 66996ecc28f001d3dcc73090717bb8c6e47c0d75 (diff) | |
download | git-eaf158f8bd7615562e1fa84711ea465f387a3c9d.tar.gz |
graph API: Use horizontal lines for more compact graphs
Use horizontal lines instead of long diagonal lines during the
collapsing state of graph rendering. For example what used to be:
| | | | |
| | | |/
| | |/|
| |/| |
|/| | |
| | | |
is now
| | | | |
| |_|_|/
|/| | |
| | | |
This results in more compact and legible graphs.
Signed-off-by: Allan Caffee <allan.caffee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4202-log.sh')
-rwxr-xr-x | t/t4202-log.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/t/t4202-log.sh b/t/t4202-log.sh index b98619035c..a3b0cb88d1 100755 --- a/t/t4202-log.sh +++ b/t/t4202-log.sh @@ -298,14 +298,12 @@ cat > expect <<\EOF * | | | Merge branch 'side' |\ \ \ \ | * | | | side-2 -| | | |/ -| | |/| +| | |_|/ | |/| | | * | | side-1 * | | | Second * | | | sixth -| | |/ -| |/| +| |_|/ |/| | * | | fifth * | | fourth |