Re: [PATCH 3/5] pack-objects: parse --filter directly into revs.filter
From: Ævar Arnfjörð Bjarmason <hidden>
Date: 2022-03-22 21:18:27
From: Ævar Arnfjörð Bjarmason <hidden>
Date: 2022-03-22 21:18:27
On Tue, Mar 22 2022, Derrick Stolee via GitGitGadget wrote:
From: Derrick Stolee <redacted> The previous change moved the 'revs' variable into cmd_pack_objects() and now we can remote the global filter_options in favor of revs.filter.
grammar: s/remote/remove/