]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'en/fill-directory-fixes-more' into maint
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Feb 2020 20:42:31 +0000 (12:42 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Feb 2020 20:42:31 +0000 (12:42 -0800)
commit1f7609b520ef7ffe8ca6ac5f8361b98755f742d1
tree27b887e963f21a0c7e840cfef8a01c749b50ce1d
parentf468972671f0abb208fff2dac2a5ab2ca5753a18
parent0cbb60574e741e8255ba457606c4c90898cfc755
Merge branch 'en/fill-directory-fixes-more' into maint

Corner case bugs in "git clean" that stems from a (necessarily for
performance reasons) awkward calling convention in the directory
enumeration API has been corrected.

* en/fill-directory-fixes-more:
  dir: point treat_leading_path() warning to the right place
  dir: restructure in a way to avoid passing around a struct dirent
  dir: treat_leading_path() and read_directory_recursive(), round 2
  clean: demonstrate a bug with pathspecs