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