summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--load-git.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/load-git.c b/load-git.c
index be25e8e94..d8052a550 100644
--- a/load-git.c
+++ b/load-git.c
@@ -1460,6 +1460,7 @@ static int walk_tree_file(const char *root, const git_tree_entry *entry, git_rep
case 'S':
if (!strncmp(name, "Site", 4))
return parse_site_entry(repo, entry, name + 5);
+ break;
case '0':
if (trip && !strcmp(name, "00-Trip"))
return parse_trip_entry(repo, entry);