diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-05-18 08:59:30 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-05-18 08:59:30 -0700 |
commit | 7f1eaec7f477fb3e81b9c5489d9ecf9bbefe0b8c (patch) | |
tree | cddc83e8451d654b04e632c5801c30191907debe /t/t4202-log.sh | |
parent | 983e9b63aecf1923ef5809fe13ed107105627262 (diff) | |
parent | eaf158f8bd7615562e1fa84711ea465f387a3c9d (diff) | |
download | git-7f1eaec7f477fb3e81b9c5489d9ecf9bbefe0b8c.tar.gz |
Merge branch 'ac/graph-horizontal-line'
* ac/graph-horizontal-line:
graph API: Use horizontal lines for more compact graphs
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 64502e2be7..aad3894ad4 100755 --- a/t/t4202-log.sh +++ b/t/t4202-log.sh @@ -324,14 +324,12 @@ cat > expect <<\EOF * | | | Merge branch 'side' |\ \ \ \ | * | | | side-2 -| | | |/ -| | |/| +| | |_|/ | |/| | | * | | side-1 * | | | Second * | | | sixth -| | |/ -| |/| +| |_|/ |/| | * | | fifth * | | fourth |