From: Junio C Hamano Date: Wed, 14 Dec 2022 06:55:46 +0000 (+0900) Subject: Merge branch 'rs/multi-filter-args' X-Git-Tag: v2.40.0-rc0~155 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb3d2e535a36cc0e4d21cc73b8525a1c0e779d03;p=thirdparty%2Fgit.git Merge branch 'rs/multi-filter-args' Fix a bug where `pack-objects` would not respect multiple `--filter` arguments when invoked directly. * rs/multi-filter-args: list-objects-filter: remove OPT_PARSE_LIST_OBJECTS_FILTER_INIT() pack-objects: simplify --filter handling pack-objects: fix handling of multiple --filter options t5317: demonstrate failure to handle multiple --filter options t5317: stop losing return codes of git ls-files --- cb3d2e535a36cc0e4d21cc73b8525a1c0e779d03