public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
Search Repo:
log limit increased to 100, since lazy-loading diffs is so much faster
timcharper (author)
Sun Mar 09 23:17:57 -0700 2008
commit  85527f2ef75471882dcd7a5933714e08bceae5e4
tree    d2b278bd225be63e34dff988d0f3a2f9b8bcb0da
parent  48a77bf81c4731655fc0bd655d6030ed9c24e3de
...
15
16
17
18
 
19
20
21
...
15
16
17
 
18
19
20
21
0
@@ -15,7 +15,7 @@ class LogController < ApplicationController
0
     @script_at_top = true
0
   end
0
   
0
- DEFAULT_LOG_LIMIT = 50
0
+ DEFAULT_LOG_LIMIT = 100
0
   include DateHelpers
0
   
0
   def index

Comments

    No one has commented yet.