Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t7405: add a directory/submodule conflict
[gitweb.git]
/
t
/
t4208-log-magic-pathspec.sh
diff --git
a/t/t4208-log-magic-pathspec.sh
b/t/t4208-log-magic-pathspec.sh
index a1705f70cffe2332fc65f670797539986f330f70..62f335b2d9fe7268f8f6cd878067de8528b5cb75 100755
(executable)
--- a/
t/t4208-log-magic-pathspec.sh
+++ b/
t/t4208-log-magic-pathspec.sh
@@
-45,8
+45,9
@@
test_expect_success 'git log -- :' '
'
test_expect_success 'git log HEAD -- :/' '
+ initial=$(git rev-parse --short HEAD^) &&
cat >expected <<-EOF &&
-
24b24cf
initial
+
$initial
initial
EOF
(cd sub && git log --oneline HEAD -- :/ >../actual) &&
test_cmp expected actual