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
›
c6d3aa41bbf5af606c1f575120e04cde3b60711a
pkg info -q is now equivalent of pkg info -qa
Baptiste Daroussin
committed
12 years ago
commit c6d3aa41bbf5af606c1f575120e04cde3b60711a
parent
c56d2e07d2597e24a6ed0220fa6abffc43583296
1 file changed
+1
-1
modified
pkg/info.c
@@ -162,7 +162,7 @@ exec_info(int argc, char **argv)
}
}
-
if (argc == 1)
+
if (argc == 1 || (argc == 2 && quiet))
match = MATCH_ALL;
argc -= optind;