From: Ian Jackson Date: Fri, 14 Jul 2017 09:53:33 +0000 (+0100) Subject: Dgit.pm: git_slurp_config_src: Break out from dgit X-Git-Tag: archive/debian/4.1~51 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=be85ba38f1d9099179b6b6cc7cafac769ccf11da;hp=be85ba38f1d9099179b6b6cc7cafac769ccf11da;p=dgit.git Dgit.pm: git_slurp_config_src: Break out from dgit We are going to want this so we can provide better subtree setup functions in Dgit.pm, including the config transfer. No functional change, except that we now run just "git" from the path, rather than honouring dgit's @git (which is not available in Dgit.pm). Signed-off-by: Ian Jackson ---