chiark / gitweb /
replace "git repo-config" usage by "git config"
[stgit] / t / t2102-pull-policy-rebase.sh
index ce2e32f91b1a18cf6b533b12ac9094966144b0c3..952ee7e90ffdaef61a4c23cec9719327b4908874 100755 (executable)
@@ -13,8 +13,8 @@ test_expect_success \
     git branch -m master parent &&
     stg init &&
     stg branch --create stack &&
-    git repo-config branch.stack.stgit.pull-policy rebase &&
-    git repo-config --list &&
+    git config branch.stack.stgit.pull-policy rebase &&
+    git config --list &&
     stg new c1 -m c1 &&
     echo a > file && stg add file && stg refresh
     '