author | Junio C Hamano <gitster@pobox.com> | |
Wed, 24 Feb 2010 18:22:06 +0000 (10:22 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 24 Feb 2010 18:51:07 +0000 (10:51 -0800) | ||
commit | bba5322a71a3399a94f53e1dddf5bd66e493dfbc | |
tree | fa2a9a6d85494c785381d830119f600a7c3c68a6 | tree | snapshot |
parent | 13e65fe6314bf44e64f22b9b66a4e5940adaa2e5 | commit | diff |
builtin-fetch --all/--multi: propagate options correctly
When running a subfetch, the code propagated some options but not others.
Propagate --force, --update-head-ok and --keep options as well.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
When running a subfetch, the code propagated some options but not others.
Propagate --force, --update-head-ok and --keep options as well.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-fetch.c | diff | blob | history | |
t/t5521-pull-options.sh | diff | blob | history |