From: Linus Torvalds Date: Tue, 28 Feb 2006 19:26:21 +0000 (-0800) Subject: Introduce trivial new pager.c helper infrastructure X-Git-Tag: v1.3.0-rc1~57^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f67b45f862d17b54037b9b59eefc385624d1fa83?hp=f67b45f862d17b54037b9b59eefc385624d1fa83 Introduce trivial new pager.c helper infrastructure This introduces the new function void setup_pager(void); to set up output to be written through a pager applocation. All in preparation for doing the simple scripts in C. Signed-off-by: Linus Torvalds Signed-off-by: Junio C Hamano ---