public
Fork of timcharper/git-tmbundle
Description: The official github mirror for the Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/subtleGradient/git-tmbundle.git
Search Repo:
Merge commit 'drylight/master' into release
timcharper (author)
Thu Apr 10 22:04:17 -0700 2008
commit  92585e874fcf5f455bdf934be57ed63f25ebd849
tree    b11d826b5fcc4b4cd578fd95d821f8fd0108e2ba
parent  e872d3c6a2c497e15b5a96fd11b93d4c4297dfc7 parent  6223fb16f30c364c9347c46e42387b64135bb80d
...
13
14
15
 
16
17
18
...
13
14
15
16
17
18
19
0
@@ -13,6 +13,7 @@
0
         <td>
0
           Name: <%= content_tag :input, :type => "text", :value => git.config[:global, "user.name"], :onchange => "dispatch({controller: 'config', action: 'set', scope: 'global', key: 'user.name', value: $F(this)})" %><br/>
0
           Email: <%= content_tag :input, :type => "text", :value => git.config[:global, "user.email"], :onchange => "dispatch({controller: 'config', action: 'set', scope: 'global', key: 'user.email', value: $F(this)})" %><br/>
0
+ Log limit: <%= content_tag :input, :type => "text", :value => git.config[:global, "log.limit"] || LogController::DEFAULT_LOG_LIMIT, :onchange => "dispatch({controller: 'config', action: 'set', scope: 'global', key: 'log.limit', value: $F(this)})" %><br/>
0
         </td>
0
       </tr>
0
       <tr>

Comments

    No one has commented yet.