On Fri, Mar 03, 2017 at 03:04:20AM +0100, Johannes Schindelin wrote: > 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. > [...] > + * Note that this is a really dirty hack that does the wrong thing in > + * many cases. The crux of the problem is that we cannot run Makes sense. I'll assume the words "dirty hack" disappear from this now-public function as you fix it up in a future patch. :) -Peff