From: Paul Mackerras Date: Tue, 30 May 2006 11:35:07 +0000 (+1000) Subject: Merge branch 'master' into new X-Git-Tag: v1.4.0-rc2~12^2~3 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=96535e615db869f096686b0ce8e79e30dec7ad25;p=git.git Merge branch 'master' into new Conflicts: gitk --- 96535e615db869f096686b0ce8e79e30dec7ad25 diff --cc gitk index 7c8ad595,101cf9bd..25c86b70 --- a/gitk +++ b/gitk @@@ -382,9 -380,7 +382,9 @@@ proc makewindow {} global findtype findtypemenu findloc findstring fstring geometry global entries sha1entry sha1string sha1but global maincursor textcursor curtextcursor - global rowctxmenu mergemax + global rowctxmenu mergemax wrapcomment + global highlight_files gdttype + global searchstring sstring menu .bar .bar add cascade -label "File" -menu .bar.file @@@ -5325,7 -4893,9 +5326,8 @@@ set fastdate set uparrowlen 7 set downarrowlen 7 set mingaplen 30 -set flistmode "flat" set cmitmode "patch" + set wrapcomment "none" set colors {green red blue magenta darkgrey brown orange}