"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Stefan Sperling <stsp@stsp.name>
Subject:
Re: regress: unset HOME for 'git init'
To:
Thomas Adam <thomas@xteddy.org>
Cc:
gameoftrees@openbsd.org
Date:
Fri, 15 Aug 2025 15:48:42 +0200

Download raw body.

Thread
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.