diff options
author | Linus Torvalds <torvalds@osdl.org> | 2006-04-21 12:25:13 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-21 13:00:10 -0700 |
commit | 34fd1c9ac5845d541e3196983df7f993e751b544 (patch) | |
tree | e02022fb81d410dd0d897888fbafb5a0b1df1603 /git-fetch.sh | |
parent | fix pack-object buffer size (diff) | |
download | tgif-34fd1c9ac5845d541e3196983df7f993e751b544.tar.xz |
git-log produces no output
When $PAGER is set to 'less -i', we used to fail because we
assumed the $PAGER is a command and simply exec'ed it.
Try exec first, and then run it through shell if it fails. This
allows even funkier PAGERs like these ;-):
PAGER='sed -e "s/^/`date`: /" | more'
PAGER='contrib/colordiff.perl | less -RS'
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-fetch.sh')
0 files changed, 0 insertions, 0 deletions