public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
fixed diff_check_results check for stash pop operation (and all other 
items that use the diff_results partial)
timcharper (author)
Thu Aug 28 10:52:36 -0700 2008
commit  7180d094e5bb3c7af6f5e265a870f559217f5ddc
tree    e3fa1d8bc1472a086ec45f9c3f1a9d32d7dda4b7
parent  7314cf8455ae8d4566badc98de1b0bd4a08b89ea
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 <% @diff_line_count = 0 %>
0
 <% revision ||= nil %>
0
 <code>
0
- <% if not diff_check_results.empty? %>
0
+ <% if not (diff_check_results||=[]).empty? %>
0
     <% diff_check_results.each do |diff_result| %>
0
       <% render "diff/_diff_check_result", :locals => {:git => git, :diff_result => diff_result } %>
0
       <% flush %>

Comments

    No one has commented yet.