From: Johannes Sixt <J.Sixt@eudaptics.com>
To: git@vger.kernel.org
Subject: Re: [PATCH/RFC] introduce GIT_WORK_TREE environment variable
Date: Wed, 28 Mar 2007 17:45:35 +0200 [thread overview]
Message-ID: <460A8D9F.75323F65@eudaptics.com> (raw)
In-Reply-To: 20070328141505.GA16600@moooo.ath.cx
Matthias Lederhofer wrote:
> diff --git a/t/test-lib.sh b/t/test-lib.sh
> index c075474..77c6d23 100755
> --- a/t/test-lib.sh
> +++ b/t/test-lib.sh
> @@ -25,6 +25,7 @@ GIT_COMMITTER_EMAIL=committer@example.com
> GIT_COMMITTER_NAME='C O Mitter'
> unset GIT_DIFF_OPTS
> unset GIT_DIR
> +unset GIT_WORK_TREE
> unset GIT_EXTERNAL_DIFF
> unset GIT_INDEX_FILE
> unset GIT_OBJECT_DIRECTORY
connect.c:git_connect() unsets some environment variables, most
prominently GIT_DIR; I think it should also unset GIT_WORK_TREE.
-- Hannes
next prev parent reply other threads:[~2007-03-28 15:45 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-28 14:15 [PATCH/RFC] introduce GIT_WORK_TREE environment variable Matthias Lederhofer
2007-03-28 15:45 ` Johannes Sixt [this message]
2007-03-29 8:22 ` Matthias Lederhofer
2007-04-04 14:08 ` Matthias Lederhofer
2007-04-04 16:59 ` Dana How
2007-04-04 18:45 ` Junio C Hamano
2007-04-04 21:04 ` Matthias Lederhofer
2007-04-04 20:09 ` [PATCH] export setup_git_env() Matthias Lederhofer
2007-04-04 20:13 ` [PATCH(amend)] introduce GIT_WORK_TREE environment variable Matthias Lederhofer
2007-04-04 22:34 ` Junio C Hamano
2007-04-06 13:21 ` Matthias Lederhofer
2007-04-11 1:29 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=460A8D9F.75323F65@eudaptics.com \
--to=j.sixt@eudaptics.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.