From: Heiko Voigt Date: Tue, 18 Aug 2015 00:21:59 +0000 (-0700) Subject: submodule: use new config API for worktree configurations X-Git-Tag: v2.6.0-rc0~24^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/851e18c3859ad0f9f7e91fdb4d6cce5a8272420b?ds=inline;hp=851e18c3859ad0f9f7e91fdb4d6cce5a8272420b submodule: use new config API for worktree configurations We remove the extracted functions and directly parse into and read out of the cache. This allows us to have one unified way of accessing submodule configuration values specific to single submodules. Regardless whether we need to access a configuration from history or from the worktree. Signed-off-by: Heiko Voigt Signed-off-by: Junio C Hamano Signed-off-by: Stefan Beller Signed-off-by: Junio C Hamano ---