]> git.99rst.org Git - git.git/commit
pack-objects: parse --filter directly into revs.filter
authorDerrick Stolee <redacted>
Tue, 22 Mar 2022 17:28:37 +0000 (17:28 +0000)
committerJunio C Hamano <redacted>
Wed, 23 Mar 2022 20:13:30 +0000 (13:13 -0700)
commit831ee253b7e07dbca3daafcc9cf9143e53220df7
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/pack-objects.c
git clone https://git.99rst.org/PROJECT