Re: [PATCH] Allow git-diff exit with codes similar to diff(1)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 3/15/07, Simon 'corecode' Schubert <corecode@xxxxxxxxxxxx> wrote:
Alex Riesen wrote:
> We have "PAGER=cat" in test-lib.sh which just disables pager,
> so gits tests do not have the problem (maybe it was disabled just
> because of this?). And if someone has own tests _with_ pager active
> the one better be aware of what the one doing.

Does PAGER=cat really disable the pager?  seems to me that it simply
passes the data through cat.

Yes:
pager.c:

	else if (!*pager || !strcmp(pager, "cat"))
		return;
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]