]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'bp/add-diff-files-optim'
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Nov 2018 13:37:27 +0000 (22:37 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Nov 2018 13:37:27 +0000 (22:37 +0900)
commit9235a6ce47f012cd8fcfa80117fed29790bb929b
tree29613880808e72561e221db1dcb7b824a53bb9f3
parent39d23dfa409e51844ddda99599927092c8300f12
parentd1664e73ad96aa08735bf81d48ec0fb6d196cc3e
Merge branch 'bp/add-diff-files-optim'

"git add" needs to internally run "diff-files" equivalent, and the
codepath learned the same optimization as "diff-files" has to run
lstat(2) in parallel to find which paths have been updated in the
working tree.

* bp/add-diff-files-optim:
  add: speed up cmd_add() by utilizing read_cache_preload()