public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
Search Repo:
removed line again...
timcharper (author)
Thu Apr 10 22:12:02 -0700 2008
commit  8428ca1c2b6b7416874b46ffbb5704bb774f694a
tree    215b56200cba74cf772ee89796bc64b917e3fac5
parent  92585e874fcf5f455bdf934be57ed63f25ebd849
...
13
14
15
16
17
18
19
...
13
14
15
 
16
17
18
0
@@ -13,7 +13,6 @@
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.