opnsense-ports/devel/git-cinnabar/files/patch-cinnabar-fast-import.c
Franco Fichtner 92fbb9e772 */*: sync with upstream
Taken from: FreeBSD
2017-02-10 08:15:24 +01:00

14 lines
459 B
C

Chase https://github.com/git/git/commit/8de7eeb54b6a
--- cinnabar-fast-import.c.orig 2017-01-18 08:05:01 UTC
+++ cinnabar-fast-import.c
@@ -83,9 +83,6 @@ static void init()
git_pack_config();
ignore_case = 0;
- if (!pack_compression_seen && core_compression_seen)
- pack_compression_level = core_compression_level;
-
alloc_objects(object_entry_alloc);
strbuf_init(&command_buf, 0);
atom_table = xcalloc(atom_table_sz, sizeof(struct atom_str*));