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/jduff/gitnub.git
Search Repo:
Fix an indentation issue
Caged (author)
Fri Mar 21 17:24:20 -0700 2008
commit  9c0da2e083bc24b3cdee4cc294095455a09b876f
tree    c6bd85afedc5ff5275344fcebfe801528a0d1e5c
parent  cd89473f5e13a271cae42f605cd70a9c3793d98e
...
163
164
165
166
167
 
 
168
169
170
...
163
164
165
 
 
166
167
168
169
170
0
@@ -163,8 +163,8 @@ class CommitsController < OSX::NSObject
0
   
0
   def refresh
0
     current_commit = active_commit && active_commit.id
0
- @branch = @branch_select.titleOfSelectedItem
0
- fetch_commits_for @branch, @offset
0
+ @branch = @branch_select.titleOfSelectedItem
0
+ fetch_commits_for @branch, @offset
0
     
0
     @commits_table.reloadData
0
     

Comments

    No one has commented yet.