]> git.ipfire.org Git - thirdparty/git.git/commit
test: caution on our version of 'yes'
authorJunio C Hamano <gitster@pobox.com>
Sat, 9 Feb 2019 18:25:26 +0000 (10:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Feb 2019 20:31:19 +0000 (12:31 -0800)
commit11f470aee7ccd43bc2be159e69e121c35a72f91d
tree076e1ca43d4b14a12ee085ffe69817180814d557
parent11ad41d4cb25a41b21a7343c495aceb38d4db4d8
test: caution on our version of 'yes'

During a review of a patch, we noticed that we use our own imitation
of 'yes' with the limit of 99 lines.  It is very tempting to lift this
arbitrary limit, but the limit is there for a reason.

Add an in-code comment to prevent future developers from wasting
their time.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/README
t/test-lib.sh