Releases: jacobwalkr/jclone
Releases · jacobwalkr/jclone
jclone 0.6.0
Release jclone 0.6.0 - 2025-09-16
+ output config field with options default, git-only, no-git and quiet
+ git_executable config field, defaulting to git
+ Returns exit code 0 on success and 1 on failure
* Send git clone progress output to stdout by default instead of "Cloning into..." message
* Leave directory creation to git clone
* Use ls-remote --heads instead of --branches to fix error on older git versions that don't have the newer option
* Internally reworked error handling
* Nicer error message when you forget the repository argument
jclone 0.5.0
Release jclone 0.5.0 - 2025-08-19
.deband.rpmpackage build targets
- Strip binary of all debug symbols (will look at debug and source packages later)
- Now licensed under BSD-3-Clause