public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r11976 - main/trunk/bin
@ 2008-11-17  8:58 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-11-17  8:58 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-11-17 08:58:16 +0000 (Mon, 17 Nov 2008)
New Revision: 11976

Modified:
   main/trunk/bin/repoman
Log:
Add missing -a option for git commits.


Modified: main/trunk/bin/repoman
===================================================================
--- main/trunk/bin/repoman	2008-11-17 00:52:19 UTC (rev 11975)
+++ main/trunk/bin/repoman	2008-11-17 08:58:16 UTC (rev 11976)
@@ -2057,7 +2057,7 @@
 				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")
@@ -2069,7 +2069,7 @@
 				if vcs == "svn":
 					retval=os.system("svn -q commit -F "+commitmessagefile)
 				elif vcs == "git":
-					retval=os.system("git commit -F "+commitmessagefile)
+					retval=os.system("git commit -a -F "+commitmessagefile)
 				try:
 					os.unlink(commitmessagefile)
 				except OSError:




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-17  8:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-17  8:58 [gentoo-commits] portage r11976 - main/trunk/bin Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox