Releases: ChappIO/git-backup
v1.6.1
Add --insecure flag to ignore ssl certificates
Full Changelog: v1.5.0...v1.6.0
Relates to #24
Add option to exclude specific repositories
What's Changed
- Add option to exclude repositories. by @kleinmann in #22
New Contributors
- @kleinmann made their first contribution in #22
Full Changelog: v1.4.0...v1.5.0
v1.4.0 - New --version flag
This release adds a new --version flag for easier troubleshooting when creating issues.
v1.3.1 - Bug Fix: Skip pulls when repo was cloned using backup.bare-clone
There is no way to pull if you don't have a working tree. So backups would fail if you used the --backup.bare-clone
option. @schoentoon fixed this by checking if a repo is a bare repo before pulling.
v1.3.0 - Add option for bare clones to save disk space
Thanks again to @schoentoon for a nice addition. You can now specify the --backup.bare-clone
flag to perform bare clones and save some disk space in the process.
v1.2.1 - Bug Fix: Respect the starred configuration flag on GitHub repos
The "starred" option in GitHub sources was previously ignored. Thanks @LucaScorpion for fixing this.
v1.2.0 - Option to continue execution even if some repositories failed to clone
This release adds a new option --backup.fail-at-end
thanks to @schoentoon. This option will continue making backups when a repository fails to clone and exit with an error code at the end of the backup instead.
v1.1.2 - Bug Fix: Hint when config is malformed
When the configuration file is malformed such that no configurations are detected, the application would silently close.
Now this case is detected and a hint is printed to console to check the config file.
v1.1.1 - Docker Release
This version adds a new docker image distribution to the release builds so that you can run Kubernetes cronjobs.