All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased - ReleaseDate
0.2.3 - 2024-07-01
0.2.2 - 2024-07-01
- don't cache clones from local repositories
0.2.1 - 2024-06-28
- don't chdir into cache repo path on initial clone. This fixes clones from
relative paths (
git cache clone ./repo target_path
)
0.2.0 - 2024-06-28
- split into library and binary
0.1.5 - 2024-02-06
- don't forget checking out commit on first mirror
- check if folder exists in
is_initialized()
- strip & LTO by default
0.1.4 - 2024-02-02
- always create cache folder. This prevents a panic creating a repository lockfile.
- added context to some errors
0.1.3 - 2024-01-30
- don't error on
git-cache init
0.1.2 - 2024-01-30
- don't set "core.compression=true" on mirror repo. Fixes
git < 2.39
.
0.1.1 - 2024-01-30
- implemented basic cache repository locking