Michal Marek <mmarek@xxxxxxx> writes: > Good idea, but for completeness, it should be set before this command: > git log --max-count=1 --pretty='format:warn: %h: %s' $headrev >&2 > (which should use tformat to get the newline right). So what about this > one? Good eyes. The blamed commit for that new use of "log" is ff06c74 (Improve request-pull to handle non-rebased branches, 2007-05-01) itself, which did introduce the "define an empty PAGER to disable paging" trick, so this makes it doubly buggy (i.e. for forgetting GIT_PAGER trumps PAGER, and for introducing a use of log that is not covered by its own trick). 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