Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fast-import: let importers retrieve blobs
[gitweb.git]
/
t
/
t1001-read-tree-m-2way.sh
diff --git
a/t/t1001-read-tree-m-2way.sh
b/t/t1001-read-tree-m-2way.sh
index c28d79053aaee32253d39247b89ce994b6b89018..680d992f229cda9f1904240f593d66dc1cf3e32d 100755
(executable)
--- a/
t/t1001-read-tree-m-2way.sh
+++ b/
t/t1001-read-tree-m-2way.sh
@@
-394,7
+394,7
@@
test_expect_success '-m references the correct modified tree' '
echo >file-a &&
echo >file-b &&
git add file-a file-b &&
- git commit -a -m "test for correct modified tree"
+ git commit -a -m "test for correct modified tree"
&&
git branch initial-mod &&
echo b >file-b &&
git commit -a -m "B" &&