public
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
Search Repo:
Click here to lend your support to: gitnub and make a donation at www.pledgie.com !
Merge branch 'master' of git://github.com/Caged/gitnub
kballard (author)
Fri Mar 21 20:23:29 -0700 2008
commit  641904f03793f40db6227ff6768434d49be1ce33
tree    044bcc60dd0258ea5234a600b696d2fe5db3d790
parent  5ff35a947aa9cb8ee3decf08011292d1c1de8599 parent  8e524db36f0c2c9949ab8b3b7a45d0482ac2c78d
...
199
200
201
202
203
 
 
204
205
206
...
199
200
201
 
 
202
203
204
205
206
0
@@ -199,8 +199,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
     
...
15
16
17
18
 
19
20
21
22
 
23
24
25
...
15
16
17
 
18
19
20
21
 
22
23
24
25
0
@@ -15,11 +15,11 @@
0
   <key>CFBundlePackageType</key>
0
   <string>APPL</string>
0
   <key>CFBundleShortVersionString</key>
0
-  <string>0.7.0 Beta</string>
0
+  <string>0.8.0 Beta</string>
0
   <key>CFBundleSignature</key>
0
   <string>????</string>
0
   <key>CFBundleVersion</key>
0
-  <string>0.7.0</string>
0
+  <string>0.8.0</string>
0
   <key>NSMainNibFile</key>
0
   <string>MainMenu</string>
0
   <key>NSPrincipalClass</key>
...
12
13
14
 
15
16
17
18
19
...
12
13
14
15
16
 
17
18
19
0
@@ -12,8 +12,8 @@
0
   <div id="content">
0
   <div id="metadata">
0
     <h1 id="title"></h1>
0
+    <p id="hash"></p>
0
     <div id="message"></div>
0
-    <div id="hash"></div>
0
     <h2 id="date"></h2>
0
     </div>
0
     
...
72
73
74
75
 
76
77
78
79
80
81
82
83
 
84
85
86
87
 
88
89
90
...
72
73
74
 
75
76
77
78
79
80
81
 
82
83
84
85
86
 
87
88
89
90
0
@@ -72,19 +72,19 @@ table {
0
 }
0
 
0
 h1 {
0
- margin: 9px 0;
0
+ margin: 9px 0 3px 0;
0
   font-size: 150%;
0
   line-height: 130%;
0
   color: #222;
0
 }
0
 
0
 #message {
0
- margin-top: 1em;
0
   margin-bottom: 9px;
0
+ color: #555;
0
 }
0
 
0
 #hash {
0
- font-size: 93%;
0
+ font-size: 92%;
0
   color: #888;
0
   font-weight: normal;
0
   margin-bottom: 9px;

Comments

    No one has commented yet.