diff options
author | Michael Haggerty <mhagger@alum.mit.edu> | 2013-10-30 06:33:04 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-10-30 14:16:41 -0700 |
commit | 90765fa3e01658ac2fb75a4eb740cee7dad4a2dc (patch) | |
tree | 0c9b8335b6ea86f4241e4123a226e9b24b791fa9 /git-remote-testgit.sh | |
parent | builtin/remote.c:update(): use struct argv_array (diff) | |
download | tgif-90765fa3e01658ac2fb75a4eb740cee7dad4a2dc.tar.xz |
fetch, remote: properly convey --no-prune options to subprocesses
If --no-prune is passed to one of the following commands:
git fetch --all
git fetch --multiple
git fetch --recurse-submodules
git remote update
then it must also be passed to the "fetch" subprocesses that those
commands use to do their work. Otherwise there might be a fetch.prune
or remote.<name>.prune configuration setting that causes pruning to
occur, contrary to the user's express wish.
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-remote-testgit.sh')
0 files changed, 0 insertions, 0 deletions