public this repo is viewable by everyone
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/Caged/gitnub.git
Click here to lend your support to: gitnub and make a donation at www.pledgie.com !
Always select the latest commit when refreshing
Caged (author)
23 days ago
commit  c44a7a9f7db2f8b9e7fdd58a9e8b46ac6d2db942
tree    952f0f5699cedc3f2abc8c7120ce71ac27938141
parent  cadb12d8aa12d759e52897d93c360f147e6f9fac
...
213
214
215
216
217
218
219
220
221
 
222
223
224
...
213
214
215
 
 
 
 
 
 
216
217
218
219
0
@@ -213,12 +213,7 @@ class CommitsController < OSX::NSObject
0
     fetch_commits_for @branch, @offset
0
     
0
     @commits_table.reloadData
0
-
0
- if current_commit
0
- new_commit = @commits.find { |x| x.id == current_commit }
0
- new_row = @commits.index(new_commit)
0
- @commits_table.selectRow_byExtendingSelection(new_row, false)
0
- end
0
+ select_latest_commit
0
   end
0
   
0
   

Comments

    No one has commented yet.