]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/index-pack.c
index-pack: make get_base_data() comment clearer
authorJonathan Tan <jonathantanmy@google.com>
Wed, 7 Oct 2020 20:16:58 +0000 (13:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Oct 2020 20:32:27 +0000 (13:32 -0700)
commitec6a8f9705cb61956f7fac61a4c0e27d9ae4bbd5
treed44b43544755c96ffe3a241e466f69bd763adcfe
parentbebe1719470078b000950b0cca520d3e533996a9
index-pack: make get_base_data() comment clearer

A comment mentions that we may free cached delta bases via
find_unresolved_deltas(), but that function went away in f08cbf60fe
(index-pack: make quantum of work smaller, 2020-09-08). Since we need to
rewrite that comment anyway, make the entire comment clearer.

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/index-pack.c