]> git.scottworley.com Git - git-cache/blame_incremental - Changelog
Parse command line arguments more extensibly
[git-cache] / Changelog
... / ...
CommitLineData
1## [Unreleased]
2### Changed
3- Refuse force-push updates even if XDG_CACHE_HOME is cleared
4
5
6## [1.3.1] - 2021-06-07
7### Changed
8- Fixed a bug in the is-fetch-needed logic: Sometimes a fetch is needed to
9move the branch heads even if the sought rev is already present (eg: was
10fetched via a different branch).
11
12
13## [1.3.0] - 2021-04-19
14### Added
15- "overlay" and "overlays" flake outputs
16
17
18## [1.2.3] - 2020-08-25
19### Changed
20- Fixed stray output from repo creation
21
22
23## [1.2.2] - 2020-08-25
24### Added
25- Flake support
26
27
28## [1.2.1] - 2020-08-03
29### Changed
30- Build fix for old versions of mypy
31
32
33## [1.2.0] - 2020-07-17
34### Added
35- Retry fetch with backoff
36
37
38## [1.1.1] - 2020-08-05
39### Changed
40- Build fix for old versions of mypy
41
42
43## [1.1.0] - 2020-07-16
44### Added
45- Command line interface
46
47
48## [1.0.0] - 2020-07-10
49Initial release