]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'mt/dir-iterator-updates'
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2019 20:59:22 +0000 (13:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2019 20:59:22 +0000 (13:59 -0700)
commit080af915a3ee4d9511dc288b29143b9958ac0adc
tree020d4d1049096bae629e1aa031b3d1dc85875ed3
parente13966d5a1695ba7feedb0badf861a12cc58bc58
parentc4d9c506f7a802ed263071c82319098e3fcd0b3e
Merge branch 'mt/dir-iterator-updates'

Adjust the dir-iterator API and apply it to the local clone
optimization codepath.

* mt/dir-iterator-updates:
  clone: replace strcmp by fspathcmp
  clone: use dir-iterator to avoid explicit dir traversal
  clone: extract function from copy_or_link_directory
  clone: copy hidden paths at local clone
  dir-iterator: add flags parameter to dir_iterator_begin
  dir-iterator: refactor state machine model
  dir-iterator: use warning_errno when possible
  dir-iterator: add tests for dir-iterator API
  clone: better handle symlinked files at .git/objects/
  clone: test for our behavior on odd objects/* content
Makefile
builtin/clone.c
t/helper/test-tool.c
t/helper/test-tool.h