From: Junio C Hamano Date: Thu, 16 Feb 2017 22:45:13 +0000 (-0800) Subject: Merge branch 'rs/ls-files-partial-optim' X-Git-Tag: v2.12.0-rc2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3b3c9c916298199e4a80afccc2e14b69e5d6d42;p=thirdparty%2Fgit.git 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() --- a3b3c9c916298199e4a80afccc2e14b69e5d6d42