Do not fork PAGER=cat
authorJunio C Hamano <junkio@cox.net>
Sun, 16 Apr 2006 08:46:08 +0000 (01:46 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 16 Apr 2006 08:46:08 +0000 (01:46 -0700)
commitcaef71a5354ca162cc5a6914a7a643efbc9ae28a
treea4595453c77436f7f8ea980c396e1348bcdedff2
parent402461aab17292b78bd36a17bff18e48d544cc9a
Do not fork PAGER=cat

Unless the user has a nonstandard "cat" command that does not
meow like a cat, this should not break anything and would save an
extra pipe.

Signed-off-by: Junio C Hamano <junkio@cox.net>
pager.c