From 730a3fb4b7502fc89ee35f7d75c5b56fe8a8b8d8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 26 Oct 2007 03:22:44 -0400 Subject: Run git-commit -q (though it doesn't do much good due to its stderr abuse). --- IkiWiki/Rcs/git.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IkiWiki/Rcs') diff --git a/IkiWiki/Rcs/git.pm b/IkiWiki/Rcs/git.pm index c436deb4d..84e7d74e5 100644 --- a/IkiWiki/Rcs/git.pm +++ b/IkiWiki/Rcs/git.pm @@ -335,7 +335,7 @@ sub rcs_commit ($$$;$$) { #{{{ # git-commit(1) returns non-zero if file has not been really changed. # so we should ignore its exit status (hence run_or_non). $message = possibly_foolish_untaint($message); - if (run_or_non('git-commit', '-m', $message, '-i', $file)) { + if (run_or_non('git-commit', '-q', '-m', $message, '-i', $file)) { unlockwiki(); if (length $config{gitorigin_branch}) { run_or_cry('git-push', $config{gitorigin_branch}); -- cgit v1.2.3