]> git.ipfire.org Git - thirdparty/git.git/commit - list-objects-filter.c
list-objects-filter: put omits set in filter struct
authorMatthew DeVore <matvore@google.com>
Thu, 27 Jun 2019 22:54:06 +0000 (15:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Jun 2019 15:41:53 +0000 (08:41 -0700)
commit7a7c7f4a6d22477e3548021eb3571384651c00be
treee285fb507e0cbfdb689849921b9e865d4773d64d
parent9430147ca0aab0189d7e52df97b95a0985fc0c8a
list-objects-filter: put omits set in filter struct

The oidset *omits pointer must be accessed by the combine filter in a
type-agnostic way once the graph traversal is over. Store that pointer
in the general `filter` struct. This will be used in a follow-up patch
to implement the combine filter.

Signed-off-by: Matthew DeVore <matvore@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
list-objects-filter.c