public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
"Working directory is clean" message disappeared.  Restored
timcharper (author)
Mon Mar 10 09:25:07 -0700 2008
commit  ed12f17c410c18ecf8abc68709e08c351db767ae
tree    62902cb534954d072bbff8ca36a411aafe9514cb
parent  d4f85b67c116c49ff271fdd5b4a892a50da1a9cf
...
4
5
6
7
 
8
9
10
...
4
5
6
 
7
8
9
10
0
@@ -4,7 +4,7 @@ class CommitController < ApplicationController
0
   def index
0
     if git.clean_directory?
0
       puts "Working directory is clean (nothing to commit)"
0
- exit
0
+ return
0
     end
0
     
0
     if git.merge_message

Comments

    No one has commented yet.