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:
Tweak some of the styles for the new multiline commit messages introduced 
in 40708baadcc146c41c9912ddb40b230710a104ee
Caged (author)
Fri Mar 21 18:32:40 -0700 2008
commit  14ec4510957d58d4195fc8db61840c09ee9355f8
tree    28ee337bc471f132179a743a89c88fdbe5a4d8d8
parent  272645568726c11ec43ea0f41327714e92f9f549
...
232
233
234
235
 
236
237
238
...
367
368
369
370
 
371
372
373
...
232
233
234
 
235
236
237
238
...
367
368
369
 
370
371
372
373
0
@@ -232,7 +232,7 @@
0
 /* Begin PBXProject section */
0
     29B97313FDCFA39411CA2CEA /* Project object */ = {
0
       isa = PBXProject;
0
- buildConfigurationList = 4D7A7B570ABF745500C2D4C0 /* Build configuration list for PBXProject "gitnub" */;
0
+ buildConfigurationList = 4D7A7B570ABF745500C2D4C0 /* Build configuration list for PBXProject "GitNub" */;
0
       compatibilityVersion = "Xcode 2.4";
0
       hasScannedForEncodings = 0;
0
       mainGroup = 29B97314FDCFA39411CA2CEA /* GitNub */;
0
@@ -367,7 +367,7 @@
0
 /* End XCBuildConfiguration section */
0
 
0
 /* Begin XCConfigurationList section */
0
- 4D7A7B570ABF745500C2D4C0 /* Build configuration list for PBXProject "gitnub" */ = {
0
+ 4D7A7B570ABF745500C2D4C0 /* Build configuration list for PBXProject "GitNub" */ = {
0
       isa = XCConfigurationList;
0
       buildConfigurations = (
0
         4D7A7B580ABF745500C2D4C0 /* Debug */,
...
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 @@
0
 }
0
 
0
 h1 {
0
- margin: 9px 0px 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.