Skip to content

Commit 5144219

Browse files
avargitster
authored andcommitted
test-lib-functions: document test_commit --no-tag
In 76b8b8d (test-lib functions: document arguments to test_commit, 2021-01-12) I added missing documentation to test_commit, but in less than a month later in 3803a3a (t: add --no-tag option to test_commit, 2021-02-09) we got another undocumented option. Let's fix that. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent cb8fb7f commit 5144219

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

t/test-lib-functions.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ debug () {
177177
# Invoke "git commit" with --signoff
178178
# --author <author>
179179
# Invoke "git commit" with --author <author>
180+
# --no-tag
181+
# Do not tag the resulting commit
180182
#
181183
# This will commit a file with the given contents and the given commit
182184
# message, and tag the resulting commit with the given tag name.

0 commit comments

Comments
 (0)