]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitcb3d2e535a36cc0e4d21cc73b8525a1c0e779d03
tree007e21c5c1e7049091c0a26a285fa2d2bd84209c
parenta1b8e5ec28739ec8d27e347a2823278a496f605a
parentd4f7036887f54184d666a1096ee96dfb2e9ad881
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