diff options
Diffstat (limited to 'devel/git-cinnabar/files/patch-cinnabar-fast-import.c')
-rw-r--r-- | devel/git-cinnabar/files/patch-cinnabar-fast-import.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/git-cinnabar/files/patch-cinnabar-fast-import.c b/devel/git-cinnabar/files/patch-cinnabar-fast-import.c deleted file mode 100644 index e77fdef..0000000 --- a/devel/git-cinnabar/files/patch-cinnabar-fast-import.c +++ /dev/null @@ -1,14 +0,0 @@ -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*)); |