]> git.ipfire.org Git - thirdparty/git.git/commitdiff
test-lib-functions: reword "test_commit --append" docs
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 10 May 2021 14:19:02 +0000 (16:19 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 May 2021 03:45:17 +0000 (12:45 +0900)
Reword the documentation for "test_commit --append" added in my
3373518cc8 (test-lib functions: add an --append option to test_commit,
2021-01-12).

A follow-up commit will make the "echo" part of this configurable, and
in any case saying "echo >>" rather than ">>" was redundant.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib-functions.sh

index 6348e8d7339cda585d9bd20ca867d6638e706364..d169fb2f5971b361e968591f6ce8bad62b0c3e96 100644 (file)
@@ -172,8 +172,7 @@ debug () {
 #   --notick
 #      Do not call test_tick before making a commit
 #   --append
-#      Use "echo >>" instead of "echo >" when writing "<contents>" to
-#      "<file>"
+#      Use ">>" instead of ">" when writing "<contents>" to "<file>"
 #   --signoff
 #      Invoke "git commit" with --signoff
 #   --author <author>