From: Junio C Hamano Date: Tue, 6 Jun 2006 23:58:40 +0000 (-0700) Subject: "git -p cmd" to page anywhere X-Git-Tag: v1.4.2-rc1~62 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/85fb65ed6e41e93760a91b33b512d3d9dc67ac66?hp=85fb65ed6e41e93760a91b33b512d3d9dc67ac66 "git -p cmd" to page anywhere This allows you to say: git -p diff v2.6.16-rc5.. and the command pipes the output of any git command to your pager. [jc: this resurrects a month old RFC patch with improvement suggested by Linus to call it --paginate instead of --less.] Signed-off-by: Junio C Hamano ---