diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2021-05-10 16:19:02 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-05-11 12:45:17 +0900 |
commit | cb8fb7f861a8178bd78a1e5b1f2cbe5a20de6eb9 (patch) | |
tree | a8073d5cc1c59a741ea8bb3609d314ad71ef9461 /t/test-lib-functions.sh | |
parent | test-lib tests: remove dead GIT_TEST_FRAMEWORK_SELFTEST variable (diff) | |
download | tgif-cb8fb7f861a8178bd78a1e5b1f2cbe5a20de6eb9.tar.xz |
test-lib-functions: reword "test_commit --append" docs
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>
Diffstat (limited to 't/test-lib-functions.sh')
-rw-r--r-- | t/test-lib-functions.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/test-lib-functions.sh b/t/test-lib-functions.sh index 6348e8d733..d169fb2f59 100644 --- a/t/test-lib-functions.sh +++ b/t/test-lib-functions.sh @@ -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> |