tisdag 03 juli 2007 skrev Brian Gernhardt: > This adds a configuration variable that performs the same function as, > but is overridden by, GIT_PAGER. [...] > diff --git a/pager.c b/pager.c > index 5f280ab..3bfed02 100644 > --- a/pager.c > +++ b/pager.c > @@ -32,6 +32,8 @@ void setup_pager(void) > if (!isatty(1)) > return; > if (!pager) > + pager = pager_program; > + if (!pager) > pager = getenv("PAGER"); > if (!pager) > pager = "less"; Nak. PAGER cannot override core.pager with this. -- robin - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html