]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/prune-optim'
authorJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2019 00:59:56 +0000 (09:59 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2019 00:59:56 +0000 (09:59 +0900)
commitf7213a3d33f81035c0707b0f547462ecfa620223
tree1c9c7e3f01b3facfa202c678f2ba4097ab4d310c
parent32038fef00b02fb52f362d1d0cf1c25c6c382abb
parentcc80c95f42289f6288cda5c0e62f618f585e142c
Merge branch 'jk/prune-optim'

"git prune" has been taught to take advantage of reachability
bitmap when able.

* jk/prune-optim:
  t5304: rename "sha1" variables to "oid"
  prune: check SEEN flag for reachability
  prune: use bitmaps for reachability traversal
  prune: lazily perform reachability traversal