Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-12-17 | fsck: complain about NTFS ".git" aliases in trees | Johannes Schindelin | 2 | -3/+9 |
2014-12-17 | read-cache: optionally disallow NTFS .git variants | Johannes Schindelin | 7 | -0/+34 |
2014-12-17 | path: add is_ntfs_dotgit() helper | Johannes Schindelin | 2 | -0/+34 |
2014-12-17 | fsck: complain about HFS+ ".git" aliases in trees | Jeff King | 2 | -4/+7 |
2014-12-17 | read-cache: optionally disallow HFS+ .git variants | Jeff King | 8 | -5/+45 |
2014-12-17 | utf8: add is_hfs_dotgit() helper | Jeff King | 2 | -0/+72 |
2014-12-17 | fsck: notice .git case-insensitively | Jeff King | 2 | -1/+2 |
2014-12-17 | t1450: refactor ".", "..", and ".git" fsck tests | Jeff King | 1 | -30/+27 |
2014-12-17 | verify_dotfile(): reject .git case-insensitively | Jeff King | 2 | -2/+4 |