From 856b5247042bf7ce4fdd236784d9a8dcc7012846 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 11 Nov 2008 10:06:30 +0000 Subject: Fix pretend output to show git -a option when committing signed manifest. svn path=/main/trunk/; revision=11850 --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/repoman b/bin/repoman index d2f12fe92..34f169c74 100755 --- a/bin/repoman +++ b/bin/repoman @@ -2089,7 +2089,7 @@ else: if vcs == "svn": print "(svn -q commit -F commitmessagefile)" elif vcs == "git": - print "(git commit -F commitmessagefile)" + print "(git commit -a -F commitmessagefile)" else: fd, commitmessagefile = tempfile.mkstemp(".repoman.msg") mymsg = os.fdopen(fd, "w") -- cgit v1.2.3-1-g7c22