Merge branch 'md/list-lazy-objects-fix'
commitc333fe73682b182d6872f9e5b454c2899c6203ab
authorJunio C Hamano <gitster@pobox.com>
Mon, 14 Jan 2019 23:29:28 +0000 (14 15:29 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Jan 2019 23:29:28 +0000 (14 15:29 -0800)
treec23d3c44ba3e6d2ff2dc65d5b934b675abe5b1ec
parentecbdaf0899161c067986e9d9d564586d4b045d62
parent4cf67869b2ae3df7ab76b03c627f7b72d18d24ce
Merge branch 'md/list-lazy-objects-fix'

"git rev-list --exclude-promisor-objects" had to take an object
that does not exist locally (and is lazily available) from the
command line without barfing, but the code dereferenced NULL.

* md/list-lazy-objects-fix:
  list-objects.c: don't segfault for missing cmdline objects
revision.c
t/t0410-partial-clone.sh