Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sb/prepare-revision-walk-error-check'
[gitweb.git]
/
t
/
t4205-log-pretty-formats.sh
diff --git
a/t/t4205-log-pretty-formats.sh
b/t/t4205-log-pretty-formats.sh
index a2f70f6cb37cd1151569de6e5ce2b3973eb5fa69..de0cc4a0fd5fe37bb36a3268182d95de3589f4b4 100755
(executable)
--- a/
t/t4205-log-pretty-formats.sh
+++ b/
t/t4205-log-pretty-formats.sh
@@
-31,7
+31,7
@@
test_expect_success 'set up basic repos' '
git add foo &&
test_tick &&
git config i18n.commitEncoding $test_encoding &&
-
git commit -m "$(commit_msg $test_encoding)"
&&
+
commit_msg $test_encoding | git commit -F -
&&
git add bar &&
test_tick &&
git commit -m "add bar" &&