upload-pack: generalize commit date cutoff
commit118be5785e2c8c90e7407bad4b4a33319ff47db3
authorDerrick Stolee <dstolee@microsoft.com>
Fri, 20 Jul 2018 16:33:12 +0000 (20 16:33 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Jul 2018 22:38:55 +0000 (20 15:38 -0700)
treec3396ba81746053f57e57ff2db28ee71bc515245
parent921bf7734f11da75516bfd12da5e4fa203cc6d19
upload-pack: generalize commit date cutoff

The ok_to_give_up() method uses the commit date as a cutoff to avoid
walking the entire reachble set of commits. Before moving the
reachable() method to commit-reach.c, pull out the dependence on the
global constant 'oldest_have' with a 'min_commit_date' parameter.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
upload-pack.c