Remove the assert in CommitData.parse() function
[stgit] / t / t3100-reset.sh
index 3024975..61f303d 100755 (executable)
@@ -12,7 +12,7 @@ EOF
 test_expect_success 'Initialize StGit stack with three patches' '
     stg init &&
     echo 000 >> a &&
-    git add a &&
+    stg add a &&
     git commit -m a &&
     echo 111 >> a &&
     git commit -a -m p1 &&