gitweb: Convert project name to UTF-8
[gitweb.git] / git-sh-setup.sh
index 6b1c1423ebb7fde53aae566fa09211d331c422bc..b4aa4b2f4e6b53388ea9ec0ac13316ae0d0d4458 100755 (executable)
@@ -29,7 +29,7 @@ set_reflog_action() {
 }
 
 is_bare_repository () {
-       git-repo-config --bool --get core.bare ||
+       git-config --bool --get core.bare ||
        case "$GIT_DIR" in
        .git | */.git) echo false ;;
        *) echo true ;;