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>
maint
parent
b57913f205
commit
cb8fb7f861
|
@ -172,8 +172,7 @@ debug () {
|
||||||
# --notick
|
# --notick
|
||||||
# Do not call test_tick before making a commit
|
# Do not call test_tick before making a commit
|
||||||
# --append
|
# --append
|
||||||
# Use "echo >>" instead of "echo >" when writing "<contents>" to
|
# Use ">>" instead of ">" when writing "<contents>" to "<file>"
|
||||||
# "<file>"
|
|
||||||
# --signoff
|
# --signoff
|
||||||
# Invoke "git commit" with --signoff
|
# Invoke "git commit" with --signoff
|
||||||
# --author <author>
|
# --author <author>
|
||||||
|
|
Loading…
Reference in New Issue