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 /commit-reach.c | |
parent | 41a80924aec0e94309786837b6f954a3b3f19b71 (diff) |
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 'commit-reach.c')
0 files changed, 0 insertions, 0 deletions