public
Fork of timcharper/git-tmbundle
Description: The official github mirror for the Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/subtleGradient/git-tmbundle.git
Search Repo:
Verbose commit messages now have code folding
Sat Apr 12 09:06:42 -0700 2008
commit  0b5a0d83b8271ec37eafc5ca4c508b22bff1d54c
tree    1c5800eb0db3081cc5db029ff75eba66ac258349
parent  3f8bff2099989263510b71dc853392836d8e4f5e
...
1
2
 
3
4
5
6
7
8
 
 
 
 
9
10
11
...
1
 
2
3
4
5
6
7
8
9
10
11
12
13
14
15
0
@@ -1,11 +1,15 @@
0
 <?xml version="1.0" encoding="UTF-8"?>
0
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
0
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
0
 <plist version="1.0">
0
 <dict>
0
   <key>fileTypes</key>
0
   <array>
0
     <string>COMMIT_EDITMSG</string>
0
   </array>
0
+ <key>foldingStartMarker</key>
0
+ <string>^\+\+\+</string>
0
+ <key>foldingStopMarker</key>
0
+ <string>^---|^$</string>
0
   <key>name</key>
0
   <string>Git Commit Message</string>
0
   <key>patterns</key>

Comments

    No one has commented yet.