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
›
98741f81aa9e4c1c67c088f6c97ca7da57674f11
Fix merge eating some characters
Baptiste Daroussin
committed
11 years ago
commit 98741f81aa9e4c1c67c088f6c97ca7da57674f11
parent
e6cd4064e4f4a62cae8d1cddbaeeda043e1fcadb
1 file changed
+1
-1
modified
libpkg/merge3.c
@@ -131,7 +131,7 @@ sbuf_copy_lines(struct sbuf *to, const char *from, int N)
sbuf_bcat(to, from, i);
sbuf_finish(to);
-
return (i+1);
+
return (i);
}
/*