On Sat, Jun 21, 2008 at 11:21 PM, Jan Engelhardt <jengelh@xxxxxxxxxx> wrote: > > Since git 1.5.6, `git status` always invokes a pager, which is really > annoying when the output is less than the number of terminal rows > available. Can I turn that off somehow or do I need to send a reverting > patch? I think it would work to set PAGER="less -F" (a.k.a. --quit-if-one-screen)? There's also GIT_PAGER variable, core.pager git setting, etc. Vegard -- "The animistic metaphor of the bug that maliciously sneaked in while the programmer was not looking is intellectually dishonest as it disguises that the error is the programmer's own creation." -- E. W. Dijkstra, EWD1036 -- 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