public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
Added a "Git Config" command - currently supports Email and Name
timcharper (author)
Fri Apr 04 21:53:41 -0700 2008
commit  d28efbe0f9377892d6d7df78e4e0fe3efd599f0a
tree    00cdf0262240e1e59f20b8b6fea1077f941d9744
parent  88ed4ae73cbd930f66ce5dd8a1bfc2f632ef2726
...
 
 
 
 
 
 
 
 
 
 
 
0
...
1
2
3
4
5
6
7
8
9
10
11
12
0
@@ -0,0 +1,11 @@
0
+class ConfigController < ApplicationController
0
+ include ConfigHelper
0
+ def index
0
+ render "index"
0
+ end
0
+
0
+ def set
0
+ value = params[:value]
0
+ git.config[(params[:scope] || "local"), params[:key]] = params[:value]
0
+ end
0
+end
0
\ No newline at end of file
...
109
110
111
 
 
112
113
114
...
109
110
111
112
113
114
115
116
0
@@ -109,6 +109,8 @@
0
     <string>CFB9BB9D-4F47-47DA-819B-58F0B29FA560</string>
0
     <string>1CCC4394-A243-4E78-A720-B2DA1BC37DC0</string>
0
     <string>556EF65D-C59B-4A15-BA4A-D5D87C2695A0</string>
0
+ <string>3F77F0FC-F476-4B83-92D1-77D854A9D64D</string>
0
+ <string>794C7EF9-B0A5-4B27-90BD-000837237B85</string>
0
   </array>
0
   <key>uuid</key>
0
   <string>EADD4718-EE11-4ABF-A7E6-13351FB3799D</string>

Comments

    No one has commented yet.