Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git submodule: fix usage line
author
Julien Danjou
<julien@danjou.info>
Tue, 31 Mar 2009 15:50:12 +0000
(17:50 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 5 Apr 2009 08:16:31 +0000
(
01:16
-0700)
Actually, you have to set the -b option after the add command.
Signed-off-by: Julien Danjou <julien@danjou.info>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-submodule.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
be18f4b
)
diff --git
a/git-submodule.sh
b/git-submodule.sh
index 0a27232b90456b5471ee64d5dcf9965ad73f28af..7c2e060ae770710ed7ed27d0aed4cfd2e8145810 100755
(executable)
--- a/
git-submodule.sh
+++ b/
git-submodule.sh
@@
-5,7
+5,7
@@
# Copyright (c) 2007 Lars Hjemli
USAGE="[--quiet] [--cached] \
-[add
<repo> [-b branch]
<path>]|[status|init|update [-i|--init] [-N|--no-fetch]|summary [-n|--summary-limit <n>] [<commit>]] \
+[add
[-b branch] <repo>
<path>]|[status|init|update [-i|--init] [-N|--no-fetch]|summary [-n|--summary-limit <n>] [<commit>]] \
[--] [<path>...]|[foreach <command>]|[sync [--] [<path>...]]"
OPTIONS_SPEC=
. git-sh-setup