Skip to content

Commit 5013acc

Browse files
peffgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fc849d8 commit 5013acc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/diff-highlight/t/t9400-diff-highlight.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ test_strip_patch_header () {
5252
# dh_test_setup_history generates a contrived graph such that we have at least
5353
# 1 nesting (E) and 2 nestings (F).
5454
#
55-
# A branch
56-
# /
55+
# A branch
56+
# /
5757
# D---E---F master
5858
#
5959
# git log --all --graph

0 commit comments

Comments
 (0)