mirror of
https://github.com/git/git.git
synced 2025-12-18 12:00:25 +01:00
pack-objects: fix typo in 'show_object_pack_hint()'
Noticed-by: Elijah Newren <newren@gmail.com> Signed-off-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
d6220cce6b
commit
8ed5d87bdd
@@ -3767,7 +3767,7 @@ static void show_object_pack_hint(struct object *object, const char *name,
|
|||||||
* would typically pick up during a reachability traversal.
|
* would typically pick up during a reachability traversal.
|
||||||
*
|
*
|
||||||
* Make a best-effort attempt to fill in the ->hash and ->no_try_delta
|
* 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.
|
* process.
|
||||||
*/
|
*/
|
||||||
oe->hash = pack_name_hash_fn(name);
|
oe->hash = pack_name_hash_fn(name);
|
||||||
|
|||||||
Reference in New Issue
Block a user