Nicolas Pitre [off-list ref] writes:
quoted
...
This patch teaches pack-objects to receive the expiration
information and avoid writing these objects out. It also
teaches "git gc" to pass the value of gc.pruneexpire to
repack (which in turn learns to pass it along to
pack-objects) so that this optimization happens
automatically during "git gc" and "git gc --auto".
Signed-off-by: Jeff King <redacted>
Looks fine to me.
Acked-by: Nicolas Pitre <nico@fluxnic.net>
Thanks, both.