Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. 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 "*").