Merge branch 'jk/symlinked-dotgitx-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Tue, 11 May 2021 06:27:23 +0000 (15:27 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 May 2021 06:27:23 +0000 (15:27 +0900)
commit416449eaba1ebe48b1637d1f4b0e257604353373
treeacdd7a65a7c6e162e1705ae3ceb0a8ed905c46e2
parent1af57f5d321aeb95dbdbe48bdb2b0e1e37528323
parent8ff06de10c12ef1f796fcefb96166133965d510e
Merge branch 'jk/symlinked-dotgitx-cleanup'

Various test and documentation updates about .gitsomething paths
that are symlinks.

* jk/symlinked-dotgitx-cleanup:
  docs: document symlink restrictions for dot-files
  fsck: warn about symlinked dotfiles we'll open with O_NOFOLLOW
  t0060: test ntfs/hfs-obscured dotfiles
  t7450: test .gitmodules symlink matching against obscured names
  t7450: test verify_path() handling of gitmodules
  t7415: rename to expand scope
  fsck_tree(): wrap some long lines
  fsck_tree(): fix shadowed variable
  t7415: remove out-dated comment about translation
cache.h
t/t7450-bad-git-dotfiles.sh