]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'tb/upload-pack-filters'
authorJunio C Hamano <gitster@pobox.com>
Wed, 12 Aug 2020 01:04:12 +0000 (18:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Aug 2020 01:04:13 +0000 (18:04 -0700)
The component to respond to "git fetch" request is made more
configurable to selectively allow or reject object filtering
specification used for partial cloning.

* tb/upload-pack-filters:
  t5616: use test_i18ngrep for upload-pack errors
  upload-pack.c: introduce 'uploadpackfilter.tree.maxDepth'
  upload-pack.c: allow banning certain object filter(s)
  list_objects_filter_options: introduce 'list_object_filter_config_name'

1  2 
list-objects-filter-options.c
t/t5616-partial-clone.sh
upload-pack.c

Simple merge
Simple merge
diff --cc upload-pack.c
Simple merge