From: Matthew DeVore Date: Thu, 27 Jun 2019 22:54:07 +0000 (-0700) Subject: list-objects-filter-options: always supply *errbuf X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/842b00516aebee06fc99c51a663b6587f642d36d?hp=842b00516aebee06fc99c51a663b6587f642d36d list-objects-filter-options: always supply *errbuf Making errbuf an optional argument complicates error reporting. Fix this by making all callers supply an errbuf, even if they may ignore it. This will be important in follow-up patches where the filter-spec parsing has more pitfalls and possible errors. Signed-off-by: Matthew DeVore Signed-off-by: Junio C Hamano ---