projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
commit: fix empty commit creation when there's no changes but ita entries
[git]
/
t
/
t4010-diff-pathspec.sh
diff --git
a/t/t4010-diff-pathspec.sh
b/t/t4010-diff-pathspec.sh
index
43c488b
..
35b35a8
100755
(executable)
--- a/
t/t4010-diff-pathspec.sh
+++ b/
t/t4010-diff-pathspec.sh
@@
-78,8
+78,6
@@
test_expect_success 'diff-tree pathspec' '
test_cmp expected current
'
-EMPTY_TREE=4b825dc642cb6eb9a060e54bf8d69288fbee4904
-
test_expect_success 'diff-tree with wildcard shows dir also matches' '
git diff-tree --name-only $EMPTY_TREE $tree -- "f*" >result &&
echo file0 >expected &&