Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | read-tree: add tests for confusing paths like ".." and ".git" | Jeff King | 2014-12-17 |
We should prevent nonsense paths from entering the index in the first place, as they can cause confusing results if they are ever checked out into the working tree. We already do so, but we never tested it. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com> |