Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-01-26 01:19:20 +0300
committerJunio C Hamano <gitster@pobox.com>2021-01-26 01:19:20 +0300
commitb7bb322cba9f45f6b0294b7d1ef272013902b169 (patch)
treeef712b149cf1b49d95f2497dbd0619f2c68d1897 /t/test-lib-functions.sh
parentbcaaf972e61459e6bfca27144b5d5b66bc51df8c (diff)
parent2d02bc91c0aa1ced659a21ce75befcd033a4f923 (diff)
Merge branch 'ab/mailmap-fixup'
Follow-up fixes and improvements to ab/mailmap topic. * ab/mailmap-fixup: t4203: make blame output massaging more robust mailmap doc: use correct environment variable 'GIT_WORK_TREE' t4203: stop losing return codes of git commands test-lib-functions.sh: fix usage for test_commit()
Diffstat (limited to 't/test-lib-functions.sh')
-rw-r--r--t/test-lib-functions.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/test-lib-functions.sh b/t/test-lib-functions.sh
index c31a411372..6bca002316 100644
--- a/t/test-lib-functions.sh
+++ b/t/test-lib-functions.sh
@@ -188,8 +188,8 @@ debug () {
# "<file>"
# --signoff
# Invoke "git commit" with --signoff
-# --author=<author>
-# Invoke "git commit" with --author=<author>
+# --author <author>
+# Invoke "git commit" with --author <author>
#
# This will commit a file with the given contents and the given commit
# message, and tag the resulting commit with the given tag name.