summaryrefslogtreecommitdiff
path: root/t/t1305-config-include.sh
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2021-02-16 09:44:34 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-02-16 09:41:33 -0800
commitfeb9b7792f0963a818f825bd99be4cda4e8226a5 (patch)
tree0b45c0fa0ffb8ce857be60bdd4babb2d3a50ce27 /t/t1305-config-include.sh
parentattr: do not respect symlinks for in-tree .gitattributes (diff)
downloadtgif-feb9b7792f0963a818f825bd99be4cda4e8226a5.tar.xz
exclude: do not respect symlinks for in-tree .gitignore
As with .gitattributes, we would like to make sure that .gitignore files are handled consistently whether read from the index or from the filesystem. Likewise, we would like to avoid reading out-of-tree files pointed to by the symlinks, which could have security implications in certain setups. We can cover both by using open_nofollow() when opening the in-tree files. We'll continue to follow links for core.excludesFile, as well as $GIT_DIR/info/exclude. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1305-config-include.sh')
0 files changed, 0 insertions, 0 deletions