]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/still-interesting'
authorJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2015 21:23:43 +0000 (14:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2015 21:23:43 +0000 (14:23 -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