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
heartwood
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
3092
Issues
203
Patches
778
Jobs
Commits
›
d839418c56560a768455fbcdac50fce4732623eb
fetch: rustfmt
Lorenz Leutgeb
committed
2 years ago
commit d839418c56560a768455fbcdac50fce4732623eb
parent
d56d619f5601ba456c7bb517be96a1418743cf9e
1 file changed
+1
-1
modified
radicle-fetch/src/git.rs
@@ -1,6 +1,6 @@
pub(crate) mod mem;
-
pub(crate) mod repository;
pub(crate) mod packfile;
+
pub(crate) mod repository;
pub mod refs;