]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/partial-clone-sparse-blob'
authorJunio C Hamano <gitster@pobox.com>
Mon, 7 Oct 2019 02:32:54 +0000 (11:32 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Oct 2019 02:32:54 +0000 (11:32 +0900)
commitad8f0368b45bf1ab0f1339033d0a62cee94b1ae2
tree71a1f07b3ab935a0e2efd73b71b17bd3a4d82403
parentba2d45112224a0bd5ba0f10ba180c88d148cec36
parenta4cafc737916c2df5a52875cb1d0976662e3ab0e
Merge branch 'jk/partial-clone-sparse-blob'

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