Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
mailmap: do not lose single-letter names
[gitweb.git]
/
t
/
t4203-mailmap.sh
diff --git
a/t/t4203-mailmap.sh
b/t/t4203-mailmap.sh
index 27f8f86ea759b52b69b78c6a16a151f0e57cb6ec..8583724375134253c1054f3d8e683bfaba7c6275 100755
(executable)
--- a/
t/t4203-mailmap.sh
+++ b/
t/t4203-mailmap.sh
@@
-247,7
+247,7
@@
test_expect_success 'cleanup after mailmap.blob tests' '
rm -f .mailmap
'
-test_expect_
failure
'single-character name' '
+test_expect_
success
'single-character name' '
echo " 1 A <author@example.com>" >expect &&
echo " 1 nick1 <bugs@company.xx>" >>expect &&
echo "A <author@example.com>" >.mailmap &&