diff options
author | Derrick Stolee <dstolee@microsoft.com> | 2018-07-20 16:33:12 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-07-20 15:38:55 -0700 |
commit | 118be5785e2c8c90e7407bad4b4a33319ff47db3 (patch) | |
tree | c3396ba81746053f57e57ff2db28ee71bc515245 /commit-reach.c | |
parent | upload-pack: refactor ok_to_give_up() (diff) | |
download | tgif-118be5785e2c8c90e7407bad4b4a33319ff47db3.tar.xz |
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>
Diffstat (limited to 'commit-reach.c')
0 files changed, 0 insertions, 0 deletions