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
Search Repo:
Got fiddy commits
Caged (author)
Mon Apr 14 14:00:13 -0700 2008
commit  87c0a61921d76f4e5076798b398bc69bf9e0d990
tree    bcb8590df6ad2ef7b8bc4cefd6ec0749faf2f1b5
parent  596435407c1f88e809816cd40e3c19ab6db7ea52
...
35
36
37
38
 
39
40
41
...
35
36
37
 
38
39
40
41
0
@@ -35,7 +35,7 @@
0
     path.lineWidth = 2
0
     
0
     path.moveToPoint([100, 100])
0
- @repo.commits.each_with_index do |commit, index|
0
+ @repo.commits(:master, 50, 0).each_with_index do |commit, index|
0
       point = [((index + 1) * 25), 100]
0
       #path.lineToPoint([25 * index, 100])
0
       path.appendBezierPathWithOvalInRect(NSMakeRect(point[0] + 75, point[1], 10, 10))

Comments

    No one has commented yet.