From: Junio C Hamano Date: Thu, 13 Jul 2017 23:14:54 +0000 (-0700) Subject: Merge branch 'sb/pull-rebase-submodule' X-Git-Tag: v2.14.0-rc0~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c9c63ee558ce3399bd2016388da9676d4f5ecf55?hp=c9c63ee558ce3399bd2016388da9676d4f5ecf55 Merge branch 'sb/pull-rebase-submodule' "git pull --rebase --recurse-submodules" learns to rebase the branch in the submodules to an updated base. * sb/pull-rebase-submodule: builtin/fetch cleanup: always set default value for submodule recursing pull: optionally rebase submodules (remote submodule changes only) builtin/fetch: parse recurse-submodules-default at default options parsing builtin/fetch: factor submodule recurse parsing out to submodule config ---