Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
gitk: Fix typo in user message.
author
Christian Stimming
<stimming@tuhh.de>
Wed, 9 Jan 2008 21:23:18 +0000
(22:23 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 11 Jan 2008 08:51:13 +0000
(
00:51
-0800)
Signed-off-by: Christian Stimming <stimming@tuhh.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitk
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
66e15a6
)
diff --git
a/gitk
b/gitk
index 801a5a9d86d78b77811ef27b23cb37926c69f463..b3cb8e8b7e65be6c2dba18721a56fc53d2276ff4 100755
(executable)
--- a/
gitk
+++ b/
gitk
@@
-2629,12
+2629,12
@@
proc askrelhighlight {row id} {
if {![info exists selectedline]} return
set isbold 0
if {![info exists selectedline]} return
set isbold 0
- if {$highlight_related eq [mc "Descend
e
nt"] ||
- $highlight_related eq [mc "Not descend
e
nt"]} {
+ if {$highlight_related eq [mc "Descend
a
nt"] ||
+ $highlight_related eq [mc "Not descend
a
nt"]} {
if {![info exists descendent($id)]} {
is_descendent $id
}
if {![info exists descendent($id)]} {
is_descendent $id
}
- if {$descendent($id) == ($highlight_related eq [mc "Descend
e
nt"])} {
+ if {$descendent($id) == ($highlight_related eq [mc "Descend
a
nt"])} {
set isbold 1
}
} elseif {$highlight_related eq [mc "Ancestor"] ||
set isbold 1
}
} elseif {$highlight_related eq [mc "Ancestor"] ||