Re: [PATCH v4 3/7] builtin/gc: move pruning of worktrees into a separate function
From: Christian Couder <hidden>
Date: 2025-05-06 07:50:27
From: Christian Couder <hidden>
Date: 2025-05-06 07:50:27
On Mon, May 5, 2025 at 10:52 AM Patrick Steinhardt [off-list ref] wrote:
Move pruning of worktrees into a separate function.
Repeating the subject at the beginning of the body part of the commit message doesn't bring much value.
This prepares for a subsequent commit where we introduce a new "worktree-prune" task for git-maintenance(1).
I think it might help a bit to reword in the usual "describe the problem first and then say what to do about it" way. Maybe something like: "In a subsequent commit we are going to introduce a new "worktree-prune" task for git-maintenance(1). To prepare for this, refactor the code that prunes worktrees into a separate function."