Closed craigds closed 1 week ago
the HOME override in the merge test was undoing a fix for the safe.directory git config option which was set by the git_user_config fixture.
HOME
safe.directory
git_user_config
This change switches to using a copy of that config file but with the user.name and user.email removed, which fixes the broken test.
user.name
user.email
Description
the
HOME
override in the merge test was undoing a fix for thesafe.directory
git config option which was set by thegit_user_config
fixture.This change switches to using a copy of that config file but with the
user.name
anduser.email
removed, which fixes the broken test.Related links:
Checklist: