]> git.scottworley.com Git - pinch/commitdiff
Fix nested-git issues in pre-commit hook
authorScott Worley <scottworley@scottworley.com>
Fri, 8 Dec 2023 03:31:09 +0000 (19:31 -0800)
committerScott Worley <scottworley@scottworley.com>
Fri, 8 Dec 2023 03:31:09 +0000 (19:31 -0800)
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.


No differences found