Merge branch 'master' into new
authorPaul Mackerras <paulus@samba.org>
Tue, 30 May 2006 11:35:07 +0000 (21:35 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 30 May 2006 11:35:07 +0000 (21:35 +1000)
Conflicts:

gitk

1  2 
gitk

diff --cc gitk
--- 1/gitk
--- 2/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}