Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
H
HardenedBSD-pkg
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
10440
Issues
Patches
Jobs
Commits
›
1d80d41fecc3807d5c92b23222854923045c12bb
event: avoid accidental fallthrough
Baptiste Daroussin
committed
2 months ago
commit 1d80d41fecc3807d5c92b23222854923045c12bb
parent
48f73f1cd60e72a275f468a36dee5d0c5fd1b2e5
1 file changed
+1
-0
modified
src/event.c
@@ -783,6 +783,7 @@ event_callback(void *data, struct pkg_event *ev)
else
printf("==> Running trigger: %s\n", ev->e_trigger.name);
}
+
break;
default:
break;
}