builtin/submodule--helper: factor out submodule updating
authorStefan Beller <sbeller@google.com>
Fri, 3 Aug 2018 22:23:18 +0000 (15:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Aug 2018 22:37:12 +0000 (15:37 -0700)
Separate the command line parsing from the actual execution of the command
within the repository. For now there is not a lot of execution as
most of it is still in git-submodule.sh.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found