From 060b81e4e45d2f7fef14a9340d580b926b16bca2 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Fri, 2 Dec 2016 19:31:10 -0600 Subject: make git commit quiet --- rsync-gen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsync-gen.sh b/rsync-gen.sh index 47ac2ac..50c6dbc 100755 --- a/rsync-gen.sh +++ b/rsync-gen.sh @@ -348,7 +348,7 @@ GIT_AUTHOR_NAME='Gentoo Infrastructure' \ GIT_AUTHOR_EMAIL='infra@gentoo.org' \ GIT_COMMITTER_NAME='Gentoo Infrastructure' \ GIT_COMMITTER_EMAIL='infra@gentoo.org' \ -git commit -a -F /dev/fd/300 300<<-EOF +git commit -a -q -F /dev/fd/300 300<<-EOF rsync-gen.sh done! X-Started: @${TIME_ENTIRE_START} -- cgit v1.2.3-65-gdbad