]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/multi-filter-args'
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Dec 2022 06:55:46 +0000 (15:55 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Dec 2022 06:55:47 +0000 (15:55 +0900)
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


Trivial merge