From: Johannes Schindelin Date: Mon, 13 Mar 2017 20:11:04 +0000 (+0100) Subject: setup: make read_early_config() reusable X-Git-Tag: v2.13.0-rc0~100^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0654aa57f30fc7984e19b91cdbee123f929ca7b1?ds=inline;hp=0654aa57f30fc7984e19b91cdbee123f929ca7b1 setup: make read_early_config() reusable The pager configuration needs to be read early, possibly before discovering any .git/ directory. Let's not hide this function in pager.c, but make it available to other callers. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---