Re: [-SPAM-] [PATCH 3/5] pack-objects: parse --filter directly into revs.filter
From: Derrick Stolee <hidden>
Date: 2022-03-23 13:48:59
From: Derrick Stolee <hidden>
Date: 2022-03-23 13:48:59
On 3/22/2022 3:37 PM, Ramsay Jones wrote:> On 22/03/2022 17:28, Derrick Stolee via GitGitGadget wrote:
quoted
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.s/remote/remove/
Thanks (you and Ævar both). -Stolee