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/drodriguez/gitnub.git
Select the currently active branch by default when starting.
drodriguez (author)
Mon Apr 14 15:42:47 -0700 2008
commit  7ca3a6c50627abe0af496d230327336ebdb1fb1f
tree    44a81b4fa9bfc674eb27e0b322e9ff77640c5bad
parent  f7e8c6cf6273967d8f7237c828e4c86e036949bc
...
37
38
39
 
40
41
42
...
37
38
39
40
41
42
43
0
@@ -37,6 +37,7 @@ class CommitsController < OSX::NSObject
0
     end
0
     
0
     if(fetch_git_repository)
0
+ @branch = @repo.git.branch.split("\n").select {|i| /\*/ =~ i }.first[2..-1]
0
       setup_commit_detail_view
0
       fetch_commits_for @branch, @offset
0
       setup_branches_menu

Comments

    No one has commented yet.