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 !
Replace new lines with breaks in primary view
Caged (author)
Wed Mar 12 17:05:28 -0700 2008
commit  91ae25d506fc4ed98f6674e694bd0617f25065ce
tree    eeebb195973a01479957433f545b442315482ee6
parent  fc10de3ca1dc09f64d5f1522026599786e214a3e
...
121
122
123
124
 
125
126
127
...
121
122
123
 
124
125
126
127
0
@@ -121,7 +121,7 @@
0
   def update_main_document
0
     diffs = []
0
     doc = @commit_details.mainFrame.DOMDocument
0
- set_html("message", active_commit.message)
0
+ set_html("message", active_commit.message.gsub("\n", "<br />"))
0
     set_html("hash", active_commit.id)
0
 
0
     if Time.now.day == active_commit.committed_date.day

Comments

    No one has commented yet.