git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fixes handling of --reference argument.
@ 2012-10-25  4:52 szager
  2012-10-25  8:36 ` Jeff King
  0 siblings, 1 reply; 5+ messages in thread
From: szager @ 2012-10-25  4:52 UTC (permalink / raw)
  To: git

Signed-off-by: Stefan Zager <szager@google.com>
---
 git-submodule.sh |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/git-submodule.sh b/git-submodule.sh
index ab6b110..dcceb43 100755
--- a/git-submodule.sh
+++ b/git-submodule.sh
@@ -270,7 +270,6 @@ cmd_add()
 			;;
 		--reference=*)
 			reference="$1"
-			shift
 			;;
 		--)
 			shift
-- 
1.7.7.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-10-26  0:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-25  4:52 [PATCH] Fixes handling of --reference argument szager
2012-10-25  8:36 ` Jeff King
2012-10-25 10:45   ` W. Trevor King
2012-10-25 21:32     ` Jens Lehmann
2012-10-26  0:39       ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).