public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
switched shortcut key to Command-Option-G
timcharper (author)
Sun Mar 09 22:48:48 -0700 2008
commit  ea9e704283f269673b82fd495dec003ddf4c598f
tree    76dfb038b1e36ff4a04c233081ac05081c0639d8
parent  370e3d8fd005093dd636b86a8c33a5944abf280b
...
12
13
14
15
 
16
17
18
...
12
13
14
 
15
16
17
18
0
@@ -12,7 +12,7 @@ dispatch :controller =&gt; "svn", :action =&gt; "dcommit"</string>
0
   <key>input</key>
0
   <string>selection</string>
0
   <key>keyEquivalent</key>
0
- <string>^~g</string>
0
+ <string>~@g</string>
0
   <key>name</key>
0
   <string>SVN Dcommit</string>
0
   <key>output</key>
...
12
13
14
15
 
16
17
18
...
12
13
14
 
15
16
17
18
0
@@ -12,7 +12,7 @@ dispatch :controller =&gt; "svn", :action =&gt; "fetch"</string>
0
   <key>input</key>
0
   <string>none</string>
0
   <key>keyEquivalent</key>
0
- <string>^~g</string>
0
+ <string>~@g</string>
0
   <key>name</key>
0
   <string>SVN Fetch</string>
0
   <key>output</key>
...
12
13
14
15
 
16
17
18
...
12
13
14
 
15
16
17
18
0
@@ -12,7 +12,7 @@ dispatch :controller =&gt; "svn", :action =&gt; "rebase"</string>
0
   <key>input</key>
0
   <string>selection</string>
0
   <key>keyEquivalent</key>
0
- <string>^~g</string>
0
+ <string>~@g</string>
0
   <key>name</key>
0
   <string>SVN Rebase</string>
0
   <key>output</key>

Comments

    No one has commented yet.