public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
Applied Jiho's patch for the git commit message language.  Thanks, Jiho!
timcharper (author)
Mon Mar 31 10:43:07 -0700 2008
commit  9dec816d9db11a062ca2a769e202262b2da45693
tree    8da3e506ef5830d27ec323d7c787206da4bcdd22
parent  eb5bc3f2640b541b91777c7ee76b47e4c7725763
...
24
25
26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
28
29
...
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
0
@@ -24,6 +24,23 @@
0
       <key>name</key>
0
       <string>comment.line.number-sign.git-commit</string>
0
     </dict>
0
+ <dict>
0
+ <key>begin</key>
0
+ <string>diff\ \-\-git</string>
0
+ <key>comment</key>
0
+ <string>diff presented at the end of the commit message when using commit -v. NB the end pattern is just something to be never matched so that the meta continues untill the end of the file. From Allan.</string>
0
+ <key>end</key>
0
+ <string>(?=xxxxxx)123457</string>
0
+ <key>name</key>
0
+ <string>meta.diff.git-commit</string>
0
+ <key>patterns</key>
0
+ <array>
0
+ <dict>
0
+ <key>include</key>
0
+ <string>source.diff</string>
0
+ </dict>
0
+ </array>
0
+ </dict>
0
   </array>
0
   <key>scopeName</key>
0
   <string>text.git-commit</string>

Comments

    No one has commented yet.