projects
/
git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
0078a75
96f6d3f
)
Merge branch 'rs/ls-files-partial-optim'
author
Junio C Hamano
<gitster@pobox.com>
Thu, 16 Feb 2017 22:45:13 +0000
(14:45 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 16 Feb 2017 22:45:13 +0000
(14:45 -0800)
"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()
Trivial merge