Code

[PATCH] Rename git-repo-config to git-config.
[git.git] / t / t5500-fetch-pack.sh
index 058cce0775c3fdc98e6c0e70c99ce387affd699c..e35d60fa3ab9d7694f89f4451caf741003feeb13 100755 (executable)
@@ -98,7 +98,7 @@ pull_to_client () {
        mkdir client &&
        cd client &&
        git-init 2>> log2.txt &&
-       git repo-config transfer.unpacklimit 0
+       git config transfer.unpacklimit 0
 )
 
 add A1