зеркало из https://github.com/microsoft/git.git
submodule add: fix handling of --reference=<repo> option
Doing a shift here is wrong because there is no extra argument to consume when "--reference=<repo>" is used (note the '=' instead of a space). Signed-off-by: Stefan Zager <szager@google.com> Signed-off-by: Jeff King <peff@peff.net>
This commit is contained in:
Родитель
7e2010537e
Коммит
835460bba9
|
@ -270,7 +270,6 @@ cmd_add()
|
||||||
;;
|
;;
|
||||||
--reference=*)
|
--reference=*)
|
||||||
reference="$1"
|
reference="$1"
|
||||||
shift
|
|
||||||
;;
|
;;
|
||||||
--)
|
--)
|
||||||
shift
|
shift
|
||||||
|
|
Загрузка…
Ссылка в новой задаче