]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/still-interesting' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 26 May 2015 20:49:26 +0000 (13:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 May 2015 20:49:26 +0000 (13:49 -0700)
"git rev-list --objects $old --not --all" to see if everything that
is reachable from $old is already connected to the existing refs
was very inefficient.

* jk/still-interesting:
  limit_list: avoid quadratic behavior from still_interesting

1  2 
revision.c

diff --cc revision.c
Simple merge