diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-01-17 22:52:40 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-17 22:52:40 -0800 |
commit | 5c66d0d4580196094e80c552f141525759a8e249 (patch) | |
tree | 4e5015744ad17f3e5b99f654aeebfac11769b6ce /t/t9200-git-cvsexportcommit.sh | |
parent | c9ced051c3afa6f3da7f59b0dcb92787b2b5c702 (diff) | |
download | git-5c66d0d4580196094e80c552f141525759a8e249.tar.gz |
Officially deprecate repo-config.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9200-git-cvsexportcommit.sh')
-rwxr-xr-x | t/t9200-git-cvsexportcommit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9200-git-cvsexportcommit.sh b/t/t9200-git-cvsexportcommit.sh index 910c584f24..a15222ced4 100755 --- a/t/t9200-git-cvsexportcommit.sh +++ b/t/t9200-git-cvsexportcommit.sh @@ -225,7 +225,7 @@ test_expect_success \ ! git-cvsexportcommit -c $id )' -case "$(git repo-config --bool core.filemode)" in +case "$(git config --bool core.filemode)" in false) ;; *) |