On Mon, Jul 21, 2008 at 11:28:49PM +0200, Alex Riesen wrote: > See for example, status and show commands. Besides, > Documentation/RelNotes-1.6.0.txt mentions that pager.<cmd> > can be used to enable/disable paging behavior per command. > > Signed-off-by: Alex Riesen <raa.lkml@xxxxxxxxx> > --- > > Also, really export check_pager_config, which just got another call > site. This patch looks correct to me. There are also a bunch of other commands for which pager.* doesn't work. Basically, anything that doesn't ask for RUN_SETUP is on its own to set up paging if it wants (because Bad Things happen when we try to look in the config before setup has been run). Most of them people probably don't care about (really, who wants paging by default on git-apply?). But it is yet another hidden inconsistency from the paging patch. -Peff -- 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