Re: [PATCH v2 4/8] packfile: pass down repository to `odb_pack_name`
From: Taylor Blau <hidden>
Date: 2024-10-28 16:14:55
From: Taylor Blau <hidden>
Date: 2024-10-28 16:14:55
On Mon, Oct 28, 2024 at 02:43:42PM +0100, Karthik Nayak wrote:
--- builtin/fast-import.c | 8 ++++---- builtin/index-pack.c | 4 ++-- builtin/pack-redundant.c | 4 ++-- http.c | 2 +- packfile.c | 9 ++++----- packfile.h | 3 ++- 6 files changed, 15 insertions(+), 15 deletions(-)
All looking very sensible, nicely done. Thanks, Taylor