chiark / gitweb /
replace "git repo-config" usage by "git config"
[stgit] / t / t2100-pull-policy-fetch.sh
index 28901b1d819b35be0647c33da162d8fd01b00826..07435f5011ad05ac3397ff5bb8cf05dd8ebb8baf 100755 (executable)
@@ -19,8 +19,8 @@ test_expect_success \
     (cd upstream && stg init) &&
     stg clone upstream clone &&
     (cd clone &&
-     git repo-config branch.master.stgit.pull-policy fetch-rebase &&
-     git repo-config --list &&
+     git config branch.master.stgit.pull-policy fetch-rebase &&
+     git config --list &&
      stg new c1 -m c1 &&
      echo a > file && stg add file && stg refresh
     )