From: Pat Thoyts <patthoyts@users.sourceforge.net>
To: Bert Wesarg <bert.wesarg@googlemail.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] git-gui: Fix use of renamed tag.
Date: Mon, 06 Dec 2010 21:20:46 +0000 [thread overview]
Message-ID: <87ipz6y4wh.fsf@fox.patthoyts.tk> (raw)
In-Reply-To: <c24527d4bb9cdc1f72f27c2154d0320ee5579fa1.1291018765.git.bert.wesarg@googlemail.com> (Bert Wesarg's message of "Mon, 29 Nov 2010 09:21:57 +0100")
Bert Wesarg <bert.wesarg@googlemail.com> writes:
>The d======= was renamed to d= in 4590307.
>
>Fix this.
>
>Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
>---
> lib/diff.tcl | 8 ++++----
> 1 files changed, 4 insertions(+), 4 deletions(-)
>
>diff --git a/lib/diff.tcl b/lib/diff.tcl
>index 8fea947..7b1fddf 100644
>--- a/lib/diff.tcl
>+++ b/lib/diff.tcl
>@@ -122,22 +122,22 @@ proc show_unmerged_diff {cont_info} {
> if {$merge_stages(2) eq {}} {
> set is_conflict_diff 1
> lappend current_diff_queue \
>- [list [mc "LOCAL: deleted\nREMOTE:\n"] d======= \
>+ [list [mc "LOCAL: deleted\nREMOTE:\n"] d= \
> [list ":1:$current_diff_path" ":3:$current_diff_path"]]
> } elseif {$merge_stages(3) eq {}} {
> set is_conflict_diff 1
> lappend current_diff_queue \
>- [list [mc "REMOTE: deleted\nLOCAL:\n"] d======= \
>+ [list [mc "REMOTE: deleted\nLOCAL:\n"] d= \
> [list ":1:$current_diff_path" ":2:$current_diff_path"]]
> } elseif {[lindex $merge_stages(1) 0] eq {120000}
> || [lindex $merge_stages(2) 0] eq {120000}
> || [lindex $merge_stages(3) 0] eq {120000}} {
> set is_conflict_diff 1
> lappend current_diff_queue \
>- [list [mc "LOCAL:\n"] d======= \
>+ [list [mc "LOCAL:\n"] d= \
> [list ":1:$current_diff_path" ":2:$current_diff_path"]]
> lappend current_diff_queue \
>- [list [mc "REMOTE:\n"] d======= \
>+ [list [mc "REMOTE:\n"] d= \
> [list ":1:$current_diff_path" ":3:$current_diff_path"]]
> } else {
> start_show_diff $cont_info
Looks correct. Thank you.
--
Pat Thoyts http://www.patthoyts.tk/
PGP fingerprint 2C 6E 98 07 2C 59 C8 97 10 CE 11 E6 04 E0 B9 DD
prev parent reply other threads:[~2010-12-06 21:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-29 8:21 [PATCH] git-gui: Fix use of renamed tag Bert Wesarg
2010-12-06 21:20 ` Pat Thoyts [this message]
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=87ipz6y4wh.fsf@fox.patthoyts.tk \
--to=patthoyts@users.sourceforge.net \
--cc=bert.wesarg@googlemail.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).