]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'md/list-objects-filter-combo'
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2019 18:50:09 +0000 (11:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2019 18:50:09 +0000 (11:50 -0700)
commit627b82683447e299fc2e20140318c276efbf7de2
treefd0da2b151024ebe5a71db00e75ec8a41eff9fd6
parentb9ac6c59b82dead613b31a51c8bca4dbd441bcbe
parent90d21f9ebf6906f0ebb4fb1b20ec9536072e2916
Merge branch 'md/list-objects-filter-combo'

The list-objects-filter API (used to create a sparse/lazy clone)
learned to take a combined filter specification.

* md/list-objects-filter-combo:
  list-objects-filter-options: make parser void
  list-objects-filter-options: clean up use of ALLOC_GROW
  list-objects-filter-options: allow mult. --filter
  strbuf: give URL-encoding API a char predicate fn
  list-objects-filter-options: make filter_spec a string_list
  list-objects-filter-options: move error check up
  list-objects-filter: implement composite filters
  list-objects-filter-options: always supply *errbuf
  list-objects-filter: put omits set in filter struct
  list-objects-filter: encapsulate filter components
14 files changed:
Documentation/rev-list-options.txt
builtin/clone.c
builtin/fetch.c
builtin/rev-list.c
cache.h
fetch-pack.c
list-objects-filter-options.c
list-objects-filter-options.h
strbuf.c
strbuf.h
t/t5616-partial-clone.sh
transport-helper.c
transport.c
upload-pack.c