From: Bert Wesarg <bert.wesarg@googlemail.com>
To: Eric Stegemoller <estegemoller@idmcomp.com>
Cc: git@vger.kernel.org
Subject: Re: External Diff Tool
Date: Wed, 29 Jul 2009 22:45:25 +0200 [thread overview]
Message-ID: <36ca99e90907291345r188a2182n77a2fd5cb55a8bc4@mail.gmail.com> (raw)
In-Reply-To: <4A70AE1F.7070004@idmcomp.com>
On Wed, Jul 29, 2009 at 22:16, Eric Stegemoller<estegemoller@idmcomp.com> wrote:
> Hello,
>
> git config --global diff.tool TestTool
> git config --global difftool.TestTool.cmd ""c:/TestTool/test.exe" "$LOCAL"
Try with quoting the " inside the config value:
git config --global difftool.TestTool.cmd "\"c:/TestTool/test.exe\"
\"$LOCAL\" \"$REMOTE\""
Bert
next prev parent reply other threads:[~2009-07-29 20:45 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-29 20:16 External Diff Tool Eric Stegemoller
2009-07-29 20:45 ` Bert Wesarg [this message]
2009-07-30 19:22 ` Eric Stegemoller
2009-07-31 10:18 ` Johannes Schindelin
2009-08-01 11:12 ` David Aguilar
2009-08-04 14:12 ` Eric Stegemoller
2009-08-04 17:02 ` Diffing M$-Word Dr. Lars Hanke
2009-08-04 17:10 ` Matthieu Moy
2009-08-04 17:10 ` John Tapsell
2009-08-04 19:31 ` Johannes Sixt
2009-08-05 19:35 ` Dr. Lars Hanke
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=36ca99e90907291345r188a2182n77a2fd5cb55a8bc4@mail.gmail.com \
--to=bert.wesarg@googlemail.com \
--cc=estegemoller@idmcomp.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 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).