diff options
author | Jeff King <peff@peff.net> | 2018-05-13 13:00:23 -0400 |
---|---|---|
committer | Jeff King <peff@peff.net> | 2018-05-21 23:50:11 -0400 |
commit | e19e5e66d691bdeeeb5e0ed2ffcecdd7666b0d7b (patch) | |
tree | d274664188ab560297f020005873b4bee2190473 /Documentation/technical | |
parent | skip_prefix: add case-insensitive variant (diff) | |
download | tgif-e19e5e66d691bdeeeb5e0ed2ffcecdd7666b0d7b.tar.xz |
verify_path: drop clever fallthrough
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: Jeff King <peff@peff.net>
Diffstat (limited to 'Documentation/technical')
0 files changed, 0 insertions, 0 deletions