t5317: demonstrate failure to handle multiple --filter options
commitf00d81153336e1d560288c5f698aada3ca507dba
authorRené Scharfe <l.s.r@web.de>
Tue, 29 Nov 2022 12:22:26 +0000 (29 13:22 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Nov 2022 01:00:32 +0000 (30 10:00 +0900)
tree197aa30c227d2e4e9ac561b3534e94f0ef520180
parent3f75a6e5b44d179dbfa99622a8a19d4bd4e04d8f
t5317: demonstrate failure to handle multiple --filter options

git pack-objects should accept multiple --filter options as documented
in Documentation/rev-list-options.txt, but currently the last one wins.
Show that using tests with multiple blob size limits

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5317-pack-objects-filter-objects.sh