builtin-fetch --all/--multi: propagate options correctly
commitbba5322a71a3399a94f53e1dddf5bd66e493dfbc
authorJunio C Hamano <gitster@pobox.com>
Wed, 24 Feb 2010 18:22:06 +0000 (24 10:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Feb 2010 18:51:07 +0000 (24 10:51 -0800)
treefa2a9a6d85494c785381d830119f600a7c3c68a6
parent13e65fe6314bf44e64f22b9b66a4e5940adaa2e5
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>
builtin-fetch.c
t/t5521-pull-options.sh