From: Junio C Hamano Date: Wed, 24 Feb 2010 18:22:06 +0000 (-0800) Subject: builtin-fetch --all/--multi: propagate options correctly X-Git-Tag: v1.7.0.3~26^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bba5322a71a3399a94f53e1dddf5bd66e493dfbc?hp=bba5322a71a3399a94f53e1dddf5bd66e493dfbc 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 ---