git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
fc849d8
)
diff-highlight: correct test graph diagram
author
Jeff King
<redacted>
Wed, 21 Mar 2018 05:47:45 +0000
(
01:47
-0400)
committer
Junio C Hamano
<redacted>
Wed, 21 Mar 2018 17:24:19 +0000
(10:24 -0700)
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/diff-highlight/t/t9400-diff-highlight.sh
patch
|
blob
|
history
diff --git
a/contrib/diff-highlight/t/t9400-diff-highlight.sh
b/contrib/diff-highlight/t/t9400-diff-highlight.sh
index 3b43dbed7488c5f4a5f05809725ffd0bcd7e61b5..bf62f036c78f437e622f86860ea3cdde022902f9 100755
(executable)
--- 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
git clone https://git.99rst.org/PROJECT