* [PATCH] git-gui: Fix use of renamed tag.
@ 2010-11-29 8:21 Bert Wesarg
2010-12-06 21:20 ` Pat Thoyts
0 siblings, 1 reply; 2+ messages in thread
From: Bert Wesarg @ 2010-11-29 8:21 UTC (permalink / raw)
To: Pat Thoyts; +Cc: git, Bert Wesarg
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
--
1.7.3.2.1200.ge4bf6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] git-gui: Fix use of renamed tag.
2010-11-29 8:21 [PATCH] git-gui: Fix use of renamed tag Bert Wesarg
@ 2010-12-06 21:20 ` Pat Thoyts
0 siblings, 0 replies; 2+ messages in thread
From: Pat Thoyts @ 2010-12-06 21:20 UTC (permalink / raw)
To: Bert Wesarg; +Cc: git
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-06 21:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-29 8:21 [PATCH] git-gui: Fix use of renamed tag Bert Wesarg
2010-12-06 21:20 ` Pat Thoyts
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).