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