Re: [PATCH v4 6/7] builtin/gc: move rerere garbage collection into separate function
From: Christian Couder <hidden>
Date: 2025-05-06 08:40:11
From: Christian Couder <hidden>
Date: 2025-05-06 08:40:11
On Mon, May 5, 2025 at 10:52 AM Patrick Steinhardt [off-list ref] wrote:
Move garbage collection of cached rerere entries into a separate function.
Nit: this is also repeating the commit message subject nearly as-is.
This prepares us for a subsequent commit where we introduce a new "rerere-gc" task for git-maintenance(1).
So maybe something like: "In a subsequent commit we are going to introduce a new "rerere-gc" task for git-maintenance(1). To prepare for this, refactor the code that garbage collects cached rerere entries into a separate function."