From: Sverre Rabbelier <srabbelier@gmail.com>
To: Jens Otten <j.otten@plusserver.de>
Cc: git@vger.kernel.org
Subject: Re: Feature or a bug: git aliases are executed in git-root directory
Date: Wed, 14 Apr 2010 15:10:42 +0200 [thread overview]
Message-ID: <g2hfabb9a1e1004140610mdd7b093arb15758ba40fd7956@mail.gmail.com> (raw)
In-Reply-To: <4BC5A483.6060206@plusserver.de>
Heya,
On Wed, Apr 14, 2010 at 13:18, Jens Otten <j.otten@plusserver.de> wrote:
> is there a way to solve this problem?
Yes, put this script in your path (and make it executable):
cat > git-meld << EOF
#!/bin/sh
GIT_EXTERNAL_DIFF='git-diff-to-meld-redirect' git diff "$@"
EOF
--
Cheers,
Sverre Rabbelier
next prev parent reply other threads:[~2010-04-14 13:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-14 11:18 Feature or a bug: git aliases are executed in git-root directory Jens Otten
2010-04-14 13:10 ` Sverre Rabbelier [this message]
2010-04-16 8:34 ` David Aguilar
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=g2hfabb9a1e1004140610mdd7b093arb15758ba40fd7956@mail.gmail.com \
--to=srabbelier@gmail.com \
--cc=git@vger.kernel.org \
--cc=j.otten@plusserver.de \
/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).