git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bert Wesarg <bert.wesarg@googlemail.com>
To: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Cc: git@vger.kernel.org, Markus Heidelberg <markus.heidelberg@web.de>,
	"Shawn O. Pearce" <spearce@spearce.org>
Subject: Re: [PATCHv3 0/3] git-gui: more robust handling of fancy repos
Date: Sun, 6 Dec 2009 13:59:22 +0100	[thread overview]
Message-ID: <36ca99e90912060459u1073288bj2114f8ab56c7224b@mail.gmail.com> (raw)
In-Reply-To: <cb7bb73a0912060014p548884e0g8c4510a5b562901b@mail.gmail.com>

On Sun, Dec 6, 2009 at 09:14, Giuseppe Bilotta
<giuseppe.bilotta@gmail.com> wrote:
> On Tue, Oct 27, 2009 at 12:35 PM, Bert Wesarg
> <bert.wesarg@googlemail.com> wrote:
>>
>> I would also suggest to always export GIT_DIR into the environment, so
>> that guitools can relay on this.
>
> I'm sorry I couldn't reply to this email earlier. I have never used
> this feature, but if you can provide some example guitools
> configuration I'll gladly move the environment export earlier and test
> it.
Here it is:

[guitool "exclude/Ignore file"]
	cmd = echo \"$FILENAME\" >> \"${GIT_DIR:=.git}/info/exclude\"
	noconsole = yes
	needsfile = yes

The purpose is simple: add the current file to the info/exclude file
in the git dir As you can see, I have a workaround for not having
GIT_DIR in the env, which should solve the issue. But it would be nice
to rely on this.

Bert
>
> --
> Giuseppe "Oblomov" Bilotta
>

  reply	other threads:[~2009-12-06 12:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-16 23:58 [PATCHv3 0/3] git-gui: more robust handling of fancy repos Giuseppe Bilotta
2009-08-16 23:58 ` [PATCHv3 1/3] git-gui: handle non-standard worktree locations Giuseppe Bilotta
2009-08-16 23:58 ` [PATCHv3 2/3] git-gui: handle bare repos correctly Giuseppe Bilotta
2009-08-16 23:58 ` [PATCHv3 3/3] git-gui: work from the .git dir Giuseppe Bilotta
2009-10-27 11:35 ` [PATCHv3 0/3] git-gui: more robust handling of fancy repos Bert Wesarg
2009-12-06  8:14   ` Giuseppe Bilotta
2009-12-06 12:59     ` Bert Wesarg [this message]
2009-12-06 13:43       ` Giuseppe Bilotta
2009-12-05 22:15 ` Shawn O. Pearce

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=36ca99e90912060459u1073288bj2114f8ab56c7224b@mail.gmail.com \
    --to=bert.wesarg@googlemail.com \
    --cc=git@vger.kernel.org \
    --cc=giuseppe.bilotta@gmail.com \
    --cc=markus.heidelberg@web.de \
    --cc=spearce@spearce.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).