projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de34b11
)
Fix pretend output to show git -a option when committing signed manifest.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 11 Nov 2008 10:06:30 +0000
(10:06 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 11 Nov 2008 10:06:30 +0000
(10:06 -0000)
svn path=/main/trunk/; revision=11850
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index d2f12fe92b47870190718e26e18bb0544e1fcd67..34f169c74024ed4c1e387aaa11a86f1372c0625f 100755
(executable)
--- 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")