Michal Marek [off-list ref] 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.