Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
feat: introduce the pkgctl repo clean command (which removes untracked files from package repositories)
This MR introduces the pkgctl repo clean command which removes every untracked files from local package repositories (via git clean).
The usage is as simple as pkgctl repo clean [OPTION] [PATH] (where "[PATH]" can be equal to a wildcard "*").