Files
git/fsck.c
Jeff King 2baa638590 fsck: complain when .gitignore and .gitattributes are symlinks
This case is already forbidden by verify_path(), so let's
check it in fsck. It's easier to handle than .gitmodules,
because we don't care about checking the blob content. This
is really just about whether the name and mode for the tree
entry are valid.

Signed-off-by: Jeff King <peff@peff.net>
2018-05-17 18:11:33 -07:00

28 KiB