summaryrefslogtreecommitdiff
path: root/commit.c
diff options
context:
space:
mode:
authorJunio Hamano <gitster@pobox.com>2009-03-30 21:34:14 -0700
committerJunio C Hamano <gitster@pobox.com>2009-04-19 12:31:56 -0700
commit24cb1bb1984be60addeecaf0bf5d16cd9688e6a7 (patch)
tree461645df5749387a1c0cc11642d610865cab539a /commit.c
parent9ffb15d52a33444652c136681c0b720547c43cbe (diff)
downloadgit-24cb1bb1984be60addeecaf0bf5d16cd9688e6a7.tar.gz
Speed up reflog pruning of unreachable commits
Instead of doing the (potentially very expensive) "in_merge_base()" check for each commit that might be pruned if it is unreachable, do a preparatory reachability graph of the commit space, so that the common case of being reachable can be tested directly. [ Cleaned up a bit and tweaked to actually work. - Linus ] Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions