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:
Always select the latest commit when refreshing
Caged (author)
Wed Apr 23 00:55:33 -0700 2008
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 @@
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.