From: Jens Lehmann Date: Sun, 6 Mar 2011 22:11:21 +0000 (+0100) Subject: fetch/pull: Add the 'on-demand' value to the --recurse-submodules option X-Git-Tag: v1.7.5-rc1~5^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8f0700dd33f63e594b9b34c84efe94e670ea4f45?ds=inline;hp=8f0700dd33f63e594b9b34c84efe94e670ea4f45 fetch/pull: Add the 'on-demand' value to the --recurse-submodules option Until now the --recurse-submodules option could only be used to either fetch all populated submodules recursively or to disable recursion completely. As fetch and pull now by default just fetch those submodules for which new commits have been fetched in the superproject, a command line option to enforce that behavior is needed to be able to override configuration settings. Signed-off-by: Jens Lehmann Signed-off-by: Junio C Hamano ---