From: Jeff King Date: Wed, 22 Apr 2015 20:09:57 +0000 (-0400) Subject: test-lib: turn on GIT_TEST_CHAIN_LINT by default X-Git-Tag: v2.5.0-rc0~111^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/92b269f5c5e5c1d51e9318003caf8ae9d076b4e9?hp=92b269f5c5e5c1d51e9318003caf8ae9d076b4e9 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 Signed-off-by: Junio C Hamano ---