Junio C Hamano <gitster@xxxxxxxxx> writes: > Michal Marek <mmarek@xxxxxxx> writes: > >> git request-pull called inside a terminal prints part of the output to >> the terminal and other parts are piped through the pager. Fix this. > > Hmph, I have always thought this was meant to be a feature. > > That is, you run it to yourself, instead of piping it to a file or "| mail > torvalds", in order to sanity check before you actually do the latter. > When the request is larger than a screenful, you would want a pager while > reviewing. Sorry, I take it back. If it _were_ a single call to a paging command what I said may make sense, but with many separate calls to shortlog, we wouldn't know which output is too large (and uses pager). I agree your patch makes things better. I should have read your commit log message after finishing my coffee ;-) Thanks. -- 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