From: Scott Worley Date: Fri, 8 Dec 2023 03:31:09 +0000 (-0800) Subject: Fix nested-git issues in pre-commit hook X-Git-Tag: v3.0.13~2 X-Git-Url: http://git.scottworley.com/pinch/commitdiff_plain/e99a249b5598677db990e0943a214bb0bbd9b68e?ds=inline;hp=e99a249b5598677db990e0943a214bb0bbd9b68e Fix nested-git issues in pre-commit hook This has been wonky before (eg: 'git add foo; git commit' would work while 'git commit foo' would not), but between 2.40.1 and 2.42.0 something about git changed such that the pre-commit completely stopped working. So now we properly clean the tests' git invocations' environment. ---