Re: [-SPAM-] [PATCH 3/5] pack-objects: parse --filter directly into revs.filter
From: Ramsay Jones <hidden>
Date: 2022-03-22 19:37:28
From: Ramsay Jones <hidden>
Date: 2022-03-22 19:37:28
On 22/03/2022 17:28, 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.
s/remote/remove/ ATB, Ramsay Jones