diff options
author | Jeff King <peff@peff.net> | 2018-03-21 01:47:45 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-03-21 10:24:19 -0700 |
commit | 5013acc27839bf04691c13dd82f5add2ca40eb4e (patch) | |
tree | 2f4b7975529e79d82a7844ea36d4dc7e4464b085 /contrib | |
parent | Git 2.14.3 (diff) | |
download | tgif-5013acc27839bf04691c13dd82f5add2ca40eb4e.tar.xz |
diff-highlight: correct test graph diagram
We actually branch "A" off of "D". The sample "--graph"
output is right, but the left-to-right diagram is
misleading. Let's fix it.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/diff-highlight/t/t9400-diff-highlight.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/diff-highlight/t/t9400-diff-highlight.sh b/contrib/diff-highlight/t/t9400-diff-highlight.sh index 3b43dbed74..bf62f036c7 100755 --- a/contrib/diff-highlight/t/t9400-diff-highlight.sh +++ b/contrib/diff-highlight/t/t9400-diff-highlight.sh @@ -52,8 +52,8 @@ test_strip_patch_header () { # dh_test_setup_history generates a contrived graph such that we have at least # 1 nesting (E) and 2 nestings (F). # -# A branch -# / +# A branch +# / # D---E---F master # # git log --all --graph |