>>>>> "MR" == Michal Rokos <michal.rokos@nextsoft.cz> writes: MR> I'm a bit curious what is going on in development so I'm using cg-diff MR> often. Usually I pipe it to the less. So for me it would be very nice MR> when cg-diff behaves as cg-log that pipes output to pager. I think that is a sensible thing to do. But doesn't "less" already do this part without being told? MR> +PAGER () { MR> + if [ -t 1 ]; then MR> + ${PAGER:-less} ${PAGER_FLAGS:--R} MR> + else MR> + cat MR> + fi MR> +} - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Fri May 20 22:54:18 2005
This archive was generated by hypermail 2.1.8 : 2005-05-20 22:54:19 EST