Code

upload-pack: no longer call rev-list
[git.git] / builtin-init-db.c
index 23b7714f894019c7d59fc9ede00d83c008d6bc89..235a0ee48f2c5ce09c63a949358eb16cde05332d 100644 (file)
@@ -311,6 +311,7 @@ int cmd_init_db(int argc, const char **argv, const char *prefix)
                 */
                sprintf(buf, "%d", shared_repository);
                git_config_set("core.sharedrepository", buf);
+               git_config_set("receive.denyNonFastforwards", "true");
        }
 
        return 0;