pack-objects: parse --filter directly into revs.filter
commit831ee253b7e07dbca3daafcc9cf9143e53220df7
authorDerrick Stolee <derrickstolee@github.com>
Tue, 22 Mar 2022 17:28:37 +0000 (22 17:28 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Mar 2022 20:13:30 +0000 (23 13:13 -0700)
tree059013c5ad5198157cc1f3b7f1c85a0f5d012fda
parent80f6de4f5bd43631a9dabc9112bf80c987763035
pack-objects: parse --filter directly into revs.filter

The previous change moved the 'revs' variable into cmd_pack_objects()
and now we can remove the global filter_options in favor of revs.filter.

Signed-off-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pack-objects.c