public
Fork of Caged/gitnub
Description: A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots.
Homepage: http://alternateidea.com
Clone URL: git://github.com/kballard/gitnub.git
Search Repo:
Merge branch 'master' of git://github.com/kballard/gitnub into 
kballard/master
Caged (author)
Fri Mar 21 17:25:49 -0700 2008
commit  4583f13a3888428e9edf2d5a3c690e9217060d10
tree    c70dfe267639c603202d29774e67ca2dcd202a79
parent  9c0da2e083bc24b3cdee4cc294095455a09b876f parent  98b5ff64c13c0ff1c1822237d5468186cdb0087b
...
133
134
135
136
 
137
138
139
...
133
134
135
 
136
137
138
139
0
@@ -133,7 +133,7 @@ class CommitsController < OSX::NSObject
0
       li.setInnerHTML(%(<a href="#diff-#{i}" class="">#{diff.b_path}</a>))
0
       file_list.appendChild(li)
0
 
0
- unless diff.deleted_file
0
+ unless diff.deleted_file or diff.diff.nil?
0
         diff_div = doc.createElement('div')
0
         diff_div.setAttribute__('class', 'diff')
0
         diff_div.setAttribute__('id', "diff-#{i}")

Comments

    No one has commented yet.