Willy-JL 1 anno fa
parent
commit
b3808967e9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .subtrees/common.py

+ 1 - 1
.subtrees/common.py

@@ -131,7 +131,7 @@ def subdir_split_helper(path, repo, branch, subdir, action, cached=None):
     if "is not an ancestor of commit" in result:
         print("Resetting split branch...")
         git("branch", "-D", split)
-        git("subtree", "split", "-P", subdir, "-b", split)
+        result, status = git("subtree", "split", "-P", subdir, "-b", split, tee=True)
     if "fatal: " in result:
         ok = False
     git("checkout", prevbranch)