On Fri, Aug 19, 2011 at 08:34:13AM +0200, Ingo Brückl wrote: > Jeff King wrote on Thu, 18 Aug 2011 15:46:44 -0700: > > > On Fri, Aug 19, 2011 at 12:33:01AM +0200, Ingo Brückl wrote: > > >> My goal was to be able to turn off paging for "stash list" only while all > >> other stash commands should continue paging. > > > Ah, OK. I think the only other stash command that pages is "stash show", > > but I don't think it's unreasonable to want paging for that but not for > > "list". > > Maybe "stash list" simply should - like other commands - not paginate by > default. I have no real opinion on that. It only paginates as a side effect of calling log. I do think "git stash show" paginating by default is probably helpful, though. The best way to get people's attention is probably to post a patch adding --no-pager to the git-log invocation of "git stash list". :) -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