]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rs/ls-files-partial-optim'
authorJunio C Hamano <gitster@pobox.com>
Thu, 16 Feb 2017 22:45:13 +0000 (14:45 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Feb 2017 22:45:13 +0000 (14:45 -0800)
commita3b3c9c916298199e4a80afccc2e14b69e5d6d42
tree0df8d4998bd10174d612b09709772f0755d61cb8
parent0078a7598518a66c085311a11a0f25203b9ecce6
parent96f6d3f61ad02ef2fd0393765207233845a7c7e0
Merge branch 'rs/ls-files-partial-optim'

"ls-files" run with pathspec has been micro-optimized to avoid
having to memmove(3) unnecessary bytes.

* rs/ls-files-partial-optim:
  ls-files: move only kept cache entries in prune_cache()
  ls-files: pass prefix length explicitly to prune_cache()