Re: [PATCH 1/2] Revert "fetch-pack: add a deref_without_lazy_fetch_extended()"
From: Josh Steadmon <hidden>
Date: 2024-10-30 21:22:45
From: Josh Steadmon <hidden>
Date: 2024-10-30 21:22:45
On 2024.10.29 14:11, Jonathan Tan wrote:
This reverts commit a6e65fb39caf18259c660c1c7910d5bf80bc15cb. The commit message of that commit mentions that the new function "will be used for the bundle-uri client in a subsequent commit", but it seems that eventually it wasn't used. Signed-off-by: Jonathan Tan <redacted> --- fetch-pack.c | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-)
Nit: can you mention in the commit description that this cleanup simplifies a later patch to detect a case of repo corruption?