diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-03-21 12:39:10 +0000 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-03-21 12:39:10 +0000 |
commit | c13b20f98c3cc39b6ab481ca8425eabe42164b0c (patch) | |
tree | 7d9c6124f5bd47e81ed8cfe64412551dd4f94606 /devel/git-cinnabar/files/patch-cinnabar-fast-import.c | |
parent | ec2d335d78571d3c8f205fafd1fd15574c07dd85 (diff) | |
download | FreeBSD-ports-c13b20f98c3cc39b6ab481ca8425eabe42164b0c.zip FreeBSD-ports-c13b20f98c3cc39b6ab481ca8425eabe42164b0c.tar.gz |
devel/git-cinnabar: update to 0.4.0.5
Changes: https://github.com/glandium/git-cinnabar/compare/0.4.0...cd0e1bb
MFH: 2017Q1 (requires r433742 to chase r436592)
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*)); |