Re: [PATCH 0/4] upload-pack: custom allowed object filters
From: Junio C Hamano <hidden>
Date: 2020-07-21 20:06:47
Taylor Blau [off-list ref] writes:
Taylor Blau (4): list_objects_filter_options: introduce 'list_object_filter_config_name' upload-pack.c: allow banning certain object filter(s) upload-pack.c: pass 'struct list_objects_filter_options *' upload-pack.c: introduce 'uploadpack.filter.tree.maxDepth' Documentation/config/uploadpack.txt | 22 ++++++ list-objects-filter-options.c | 23 ++++++ list-objects-filter-options.h | 6 ++ t/t5616-partial-clone.sh | 34 +++++++++ upload-pack.c | 104 ++++++++++++++++++++++++++++ 5 files changed, 189 insertions(+) -- 2.27.0.225.g9fa765a71d
With this series (I do not know which one of them is the culprit) in the 'seen' branch, we seem to consistently get a segfault while running t5616 on macOS clang build [*1*] [Footnote] *1* https://travis-ci.org/github/git/git/jobs/710504820 has the topic at the tip of 'seen' that fails. Without that merge, https://travis-ci.org/github/git/git/jobs/710342598 seems to pass on all archs.