public this repo is viewable by everyone
Description: Simple tool to help track git and svn vendor branches in a git repository
Homepage: http://evil.che.lu/projects/braid
Clone URL: git://github.com/evilchelu/braid.git
don't fail if there are uncommited changes present on braid/track

the changes are there usually because the .gitignore on the main branch
was changed after braid/track was created
evilchelu (author)
6 days ago
commit  126eec929f306cdd67ccc19a49316ce3a378c4bc
tree    36f166835628fc7934fda67382af83924d16b835
parent  acbeb9a153e6596de9c5080876d092761c39b68f
...
6
7
8
9
 
10
11
12
...
6
7
8
 
9
10
11
12
0
@@ -6,7 +6,7 @@ module Braid
0
 
0
         if status == 0
0
           true
0
- elsif out.match("nothing to commit")
0
+ elsif out.match(/nothing.* to commit/)
0
           false
0
         else
0
           raise Braid::Commands::ShellExecutionError, err

Comments

    No one has commented yet.