Message ID | 9a18fa2e52bfe1bd98ea2d50b8e91509dcf67102.1744757204.git.me@ttaylorr.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | repack: avoid MIDX'ing cruft pack(s) where possible | expand |
On Tue, Apr 15, 2025 at 3:47 PM Taylor Blau <me@ttaylorr.com> wrote: > > Noticed-by: Elijah Newren <newren@gmail.com> > Signed-off-by: Taylor Blau <me@ttaylorr.com> > --- > builtin/pack-objects.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/builtin/pack-objects.c b/builtin/pack-objects.c > index eb2a4099cc..f06b359150 100644 > --- a/builtin/pack-objects.c > +++ b/builtin/pack-objects.c > @@ -3532,7 +3532,7 @@ static void show_object_pack_hint(struct object *object, const char *name, > * would typically pick up during a reachability traversal. > * > * Make a best-effort attempt to fill in the ->hash and ->no_try_delta > - * here using a now in order to perhaps improve the delta selection > + * fields here in order to perhaps improve the delta selection > * process. Thanks; much improved. > */ > oe->hash = pack_name_hash_fn(name); > -- > 2.49.0.230.ga662d77f78 >
diff --git a/builtin/pack-objects.c b/builtin/pack-objects.c index eb2a4099cc..f06b359150 100644 --- a/builtin/pack-objects.c +++ b/builtin/pack-objects.c @@ -3532,7 +3532,7 @@ static void show_object_pack_hint(struct object *object, const char *name, * would typically pick up during a reachability traversal. * * Make a best-effort attempt to fill in the ->hash and ->no_try_delta - * here using a now in order to perhaps improve the delta selection + * fields here in order to perhaps improve the delta selection * process. */ oe->hash = pack_name_hash_fn(name);
Noticed-by: Elijah Newren <newren@gmail.com> Signed-off-by: Taylor Blau <me@ttaylorr.com> --- builtin/pack-objects.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)