Skip to content

Commit cb8fb7f

Browse files
avargitster
authored andcommitted
test-lib-functions: reword "test_commit --append" docs
Reword the documentation for "test_commit --append" added in my 3373518 (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b57913f commit cb8fb7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

t/test-lib-functions.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,7 @@ debug () {
172172
# --notick
173173
# Do not call test_tick before making a commit
174174
# --append
175-
# Use "echo >>" instead of "echo >" when writing "<contents>" to
176-
# "<file>"
175+
# Use ">>" instead of ">" when writing "<contents>" to "<file>"
177176
# --signoff
178177
# Invoke "git commit" with --signoff
179178
# --author <author>

0 commit comments

Comments
 (0)