diff --git a/t/test-lib-functions.sh b/t/test-lib-functions.sh index 396e039d2a..194b601bc0 100644 --- a/t/test-lib-functions.sh +++ b/t/test-lib-functions.sh @@ -181,6 +181,10 @@ debug () { # Usage: test_commit [options] [ [ []]] # -C : # Run all git commands in directory +# --notick +# Do not call test_tick before making a commit +# --signoff +# Invoke "git commit" with --signoff # # This will commit a file with the given contents and the given commit # message, and tag the resulting commit with the given tag name.