Remove the assert in CommitData.parse() function
[stgit] / t / t1002-branch-clone.sh
index 1303b41..4930c20 100755 (executable)
@@ -14,7 +14,7 @@ test_expect_success \
     'Create a GIT commit' \
     '
     echo bar > bar.txt &&
-    git add bar.txt &&
+    stg add bar.txt &&
     git commit -a -m bar
     '