builtin-fetch --all/--multi: propagate options correctly
authorJunio C Hamano <gitster@pobox.com>
Wed, 24 Feb 2010 18:22:06 +0000 (10:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Feb 2010 18:51:07 +0000 (10:51 -0800)
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>
No differences found