Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fast-import: don't fail on omitted committer name
[gitweb.git]
/
t
/
t9300-fast-import.sh
diff --git
a/t/t9300-fast-import.sh
b/t/t9300-fast-import.sh
index a659dd408f4d6bbbf704279b93b02dc3f7876b13..09ef6ba1d995a9a1b47da5894cbf3d3be058b962 100755
(executable)
--- a/
t/t9300-fast-import.sh
+++ b/
t/t9300-fast-import.sh
@@
-352,7
+352,7
@@
data <<COMMIT
empty commit
COMMIT
INPUT_END
-test_expect_
failure
'B: accept and fixup committer with no name' '
+test_expect_
success
'B: accept and fixup committer with no name' '
git fast-import <input &&
out=$(git fsck) &&
echo "$out" &&