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 !
Also use %M on primary view when displaying dates
Caged (author)
Wed Mar 12 19:42:07 -0700 2008
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 @@
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.