Download raw body.
regress: unset HOME for 'git init'
On Fri, Aug 15, 2025 at 01:37:01PM +0100, Thomas Adam wrote: > --- a/regress/cmdline/common.sh > +++ b/regress/cmdline/common.sh > @@ -20,6 +20,8 @@ export GIT_AUTHOR_NAME="Flan Hacker" > export GIT_AUTHOR_EMAIL="flan_hacker@openbsd.org" > export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME" > export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL" > +export GIT_CONFIG_GLOBAL="/dev/null" > +export GIT_CONFIG_SYSTEM="/dev/null" > > I had to clean up some caching. The above seems fine to work. Yes, this does not break any regress tests for me either. ok.
regress: unset HOME for 'git init'