diff options
| author | Junio C Hamano <gitster@pobox.com> | 2021-01-25 14:19:20 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2021-01-25 14:19:20 -0800 |
| commit | b7bb322cba9f45f6b0294b7d1ef272013902b169 (patch) | |
| tree | ef712b149cf1b49d95f2497dbd0619f2c68d1897 /t/test-lib-functions.sh | |
| parent | Merge branch 'tb/pack-revindex-api' (diff) | |
| parent | t4203: make blame output massaging more robust (diff) | |
| download | git-b7bb322cba9f45f6b0294b7d1ef272013902b169.tar.gz git-b7bb322cba9f45f6b0294b7d1ef272013902b169.zip | |
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.sh | 4 |
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. |
