Skip to content

Commit 381f26c

Browse files
committed
Merge branch 'tz/persist-diff-mode' into j6t-testing
* tz/persist-diff-mode: gitk: Persist config for ignore space and diff mode Signed-off-by: Johannes Sixt <j6t@kdbg.org>
2 parents b8349cd + 10a8741 commit 381f26c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gitk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2636,7 +2636,6 @@ proc makewindow {} {
26362636
-command changeignorespace -variable ignorespace
26372637
pack .bleft.mid.ignspace -side left -padx 5
26382638
2639-
set worddiff [mc "Line diff"]
26402639
makedroplist .bleft.mid.worddiff worddiff [mc "Line diff"] \
26412640
[mc "Markup words"] [mc "Color words"]
26422641
trace add variable worddiff write changeworddiff
@@ -12689,7 +12688,7 @@ set diffbgcolors {"#fff3f3" "#f0fff0"}
1268912688
set diffcontext 3
1269012689
set mergecolors {red blue "#00ff00" purple brown "#009090" magenta "#808000" "#009000" "#ff0080" cyan "#b07070" "#70b0f0" "#70f0b0" "#f0b070" "#ff70b0"}
1269112690
set ignorespace 0
12692-
set worddiff ""
12691+
set worddiff [mc "Line diff"]
1269312692
set markbgcolor "#e0e0ff"
1269412693
1269512694
set headbgcolor "#00ff00"
@@ -12776,6 +12775,7 @@ set config_variables {
1277612775
headfgcolor
1277712776
headoutlinecolor
1277812777
hideremotes
12778+
ignorespace
1277912779
indexcirclecolor
1278012780
kscroll
1278112781
limitdiffs
@@ -12811,6 +12811,7 @@ set config_variables {
1281112811
uifont
1281212812
visiblerefs
1281312813
web_browser
12814+
worddiff
1281412815
workingfilescirclecolor
1281512816
wrapcomment
1281612817
wrapdefault

0 commit comments

Comments
 (0)