]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit73a925516604df7a95ad69b8d650275eb4ab270f
tree2789493d2cf88c7425b3d975d6e534321a705982
parenta3afa4becd9368e5518b7a9a5fa06b099d257be1
parent6cc275ea56e21537f480443fc8fd36f34c8b92cd
Merge branch 'tb/upload-pack-filters'

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'
list-objects-filter-options.c
t/t5616-partial-clone.sh
upload-pack.c