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()
Junio C Hamano committed
Nov 13, 2018 at 22:37 UTC
9235a6ce47f012cd8fcfa80117fed29790bb929b
No changes.