From: David Aguilar <davvid@gmail.com>
To: Markus Heidelberg <markus.heidelberg@web.de>
Cc: gitster@pobox.com, snowcoder@gmail.com, spearce@spearce.org,
Johannes.Schindelin@gmx.de, git@vger.kernel.org,
charles@hashpling.org
Subject: Re: [PATCH] mergetool--lib: add support for araxis merge
Date: Sun, 3 May 2009 11:20:41 -0700 [thread overview]
Message-ID: <20090503182040.GB50640@gmail.com> (raw)
In-Reply-To: <200905030854.28059.markus.heidelberg@web.de>
> David Aguilar, 03.05.2009:
> > + "$merge_tool_path" -wait -merge -3 -a1 \
> > + "$BASE" "$LOCAL" "$REMOTE" "$MERGED" \
> > + >/dev/null 2>&1
> > + else
> > + "$merge_tool_path" -wait -2 \
> > + "$LOCAL" "$REMOTE" "$MERGED" \
> > + >/dev/null 2>&1
> > + fi
> > + check_unchanged
> > + else
> > + "$merge_tool_path" -wait -2 "$LOCAL" "$REMOTE" \
> > + >/dev/null 2>&1
> > + fi
> > + ;;
>
> Haven't you included the -title[1-3] command line switches because of
> the strange "'title'" format? The user on the msysgit list had commented
> it out in his patch, although he said it worked in this way. And looking
> at git-gui/lib/mergetool.tcl, it is done in the same way.
>
> Markus
>
I can resend with the title stuff.
I didn't include it since it was commented out in the original
patch.
--
David
next prev parent reply other threads:[~2009-05-03 18:20 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-03 1:18 [PATCH] mergetool--lib: add support for araxis merge David Aguilar
2009-05-03 6:54 ` Markus Heidelberg
2009-05-03 18:20 ` David Aguilar [this message]
2009-05-04 0:09 ` David Aguilar
2009-05-09 20:56 ` Markus Heidelberg
2009-05-03 14:30 ` Johannes Schindelin
2009-05-03 18:18 ` David Aguilar
-- strict thread matches above, loose matches on Subject: below --
2009-05-18 3:18 David Aguilar
2009-05-23 14:29 ` Markus Heidelberg
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=20090503182040.GB50640@gmail.com \
--to=davvid@gmail.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=charles@hashpling.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=markus.heidelberg@web.de \
--cc=snowcoder@gmail.com \
--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).