pack-objects: stop respecting pack.writebitmaps
[gitweb.git] / builtin / pack-objects.c
index fd741970e61c674c628f2e9c8ae48e08d4996961..217503169944eb90d6ef4dc1ab96c4674f14adf4 100644 (file)
@@ -2199,10 +2199,6 @@ static int git_pack_config(const char *k, const char *v, void *cb)
                cache_max_small_delta_size = git_config_int(k, v);
                return 0;
        }
-       if (!strcmp(k, "pack.writebitmaps")) {
-               write_bitmap_index = git_config_bool(k, v);
-               return 0;
-       }
        if (!strcmp(k, "pack.writebitmaphashcache")) {
                if (git_config_bool(k, v))
                        write_bitmap_options |= BITMAP_OPT_HASH_CACHE;