Fix pretend output to show git -a option when committing signed manifest.
authorZac Medico <zmedico@gentoo.org>
Tue, 11 Nov 2008 10:06:30 +0000 (10:06 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 11 Nov 2008 10:06:30 +0000 (10:06 -0000)
svn path=/main/trunk/; revision=11850

bin/repoman

index d2f12fe92b47870190718e26e18bb0544e1fcd67..34f169c74024ed4c1e387aaa11a86f1372c0625f 100755 (executable)
@@ -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")