summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-11-11 10:06:30 +0000
committerZac Medico <zmedico@gentoo.org>2008-11-11 10:06:30 +0000
commit856b5247042bf7ce4fdd236784d9a8dcc7012846 (patch)
tree73881cdf0706b3fb975c406ce648917ecb0779fe /bin
parentde34b115275a76290f645bc219d22b3ae890748f (diff)
downloadportage-856b5247042bf7ce4fdd236784d9a8dcc7012846.tar.gz
portage-856b5247042bf7ce4fdd236784d9a8dcc7012846.tar.bz2
portage-856b5247042bf7ce4fdd236784d9a8dcc7012846.zip
Fix pretend output to show git -a option when committing signed manifest.
svn path=/main/trunk/; revision=11850
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
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")