public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
bugfix - was committing "$('merge_message')" as the merge message.  
reverted back to old way
timcharper (author)
Fri Apr 04 16:59:04 -0700 2008
commit  3506ac682e99d0ee28d3ffeb5d86956f75ff232c
tree    9e6e87a124f336c77b7f51043af0fce311e109d2
parent  fa17abedaed2c117024a07e580c8d02a09b8d243
...
10
11
12
13
 
14
15
16
...
10
11
12
 
13
14
15
16
0
@@ -10,7 +10,7 @@
0
       <textarea id="commit_message" name='commit_message' cols="80" rows="20"><%= @message %></textarea>
0
     </div>
0
     
0
- <%= button_tag "Commit", :onclick => remote_function(:update => "commit_output", :params => { :controller => 'commit', :action => 'merge_commit', :message => "$F('commit_message)" }) %>
0
+ <input type="button" name="commit" value="Commit" onclick="$('commit_output').update(dispatch({controller: 'commit', action: 'merge_commit', message: $F('commit_message')}));"/>
0
   </div>
0
 <% end %>
0
 

Comments

    No one has commented yet.