test-lib: turn on GIT_TEST_CHAIN_LINT by default
commit92b269f5c5e5c1d51e9318003caf8ae9d076b4e9
authorJeff King <peff@peff.net>
Wed, 22 Apr 2015 20:09:57 +0000 (22 16:09 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2015 22:55:51 +0000 (28 15:55 -0700)
tree96b0739aed8187202467585d1a9e8cddba63100e
parentf84df81f654aeb0ac4582e0b3be162cba6ea5232
test-lib: turn on GIT_TEST_CHAIN_LINT by default

Now that the feature has had time to prove itself, and any
topics in flight have had a chance to clean up any broken
&&-chains, we can flip this feature on by default. This
makes one less thing submitters need to configure or check
before sending their patches.

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