]> granicus.if.org Git - git/commit
Merge branch 'jk/partial-clone-sparse-blob' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 30 Sep 2019 04:41:59 +0000 (13:41 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Sep 2019 04:41:59 +0000 (13:41 +0900)
commit44b33488ea7eebeee69a1082c2d69109fae13c06
tree3bea4afb9887acaa0a1673f2a65cf9507c575c87
parentde7759ad1dc6b23204a5f41601550f3fa0fec0d7
parenta4cafc737916c2df5a52875cb1d0976662e3ab0e
Merge branch 'jk/partial-clone-sparse-blob' into next

The name of the blob object that stores the filter specification
for sparse cloning/fetching was interpreted in a wrong place in the
code, causing Git to abort.

* jk/partial-clone-sparse-blob:
  list-objects-filter: use empty string instead of NULL for sparse "base"
  list-objects-filter: give a more specific error sparse parsing error
  list-objects-filter: delay parsing of sparse oid
  t5616: test cloning/fetching with sparse:oid=<oid> filter
list-objects-filter-options.c
list-objects-filter-options.h
list-objects-filter.c
t/t5616-partial-clone.sh