public this repo is viewable by everyone
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/benstiglitz/gitnub.git
Also use %M on primary view when displaying dates
Caged (author)
2 months ago
commit  8494bf0414ed77c3208968594780ee359c0548d2
tree    a432028552dcbdb9cc7b662b3c4cd80f7689ddce
parent  91ae25d506fc4ed98f6674e694bd0617f25065ce
...
125
126
127
128
 
129
130
131
...
125
126
127
 
128
129
130
131
0
@@ -125,7 +125,7 @@ class CommitsController < OSX::NSObject
0
     set_html("hash", active_commit.id)
0
 
0
     if Time.now.day == active_commit.committed_date.day
0
- cdate = active_commit.committed_date.strftime("Today %I:%m %p")
0
+ cdate = active_commit.committed_date.strftime("Today %I:%M %p")
0
     else
0
       cdate = active_commit.committed_date.strftime("%A, %B %d %I:%M %p")
0
     end

Comments

    No one has commented yet.