diff options
author | Ben Avison <bavison@riscosopen.org> | 2019-05-19 15:26:49 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-05-28 09:22:02 -0700 |
commit | 4c6910163ab59f334becca39f5a83d3b7a622df4 (patch) | |
tree | bb72bfb03d00e6a15e8187f02a5070fe6c8498ec /git-gui/lib/database.tcl | |
parent | Git 2.22-rc0 (diff) | |
download | tgif-4c6910163ab59f334becca39f5a83d3b7a622df4.tar.xz |
clone: add `--remote-submodules` flag
When using `git clone --recurse-submodules` there was previously no way to
pass a `--remote` switch to the implicit `git submodule update` command for
any use case where you want the submodules to be checked out on their
remote-tracking branch rather than with the SHA-1 recorded in the superproject.
This patch rectifies this situation. It actually passes `--no-fetch` to
`git submodule update` as well on the grounds they the submodule has only just
been cloned, so fetching from the remote again only serves to slow things down.
Signed-off-by: Ben Avison <bavison@riscosopen.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-gui/lib/database.tcl')
0 files changed, 0 insertions, 0 deletions