• J
    verify_path: drop clever fallthrough · e19e5e66
    Jeff King 提交于
    We check ".git" and ".." in the same switch statement, and
    fall through the cases to share the end-of-component check.
    While this saves us a line or two, it makes modifying the
    function much harder. Let's just write it out.
    Signed-off-by: NJeff King <peff@peff.net>
    e19e5e66
read-cache.c 69.6 KB