]> git.scottworley.com Git - git-cache/blame_incremental - Changelog
Release 1.5.0
[git-cache] / Changelog
... / ...
CommitLineData
1## [Unreleased]
2
3
4## [1.5.0] - 2024-06-28
5- Support "tag <tag>" syntax for fetching tags
6
7
8## [1.4.4] - 2024-06-03
9- Use a specific Exception type
10- Fix git-precommit-hook environment (git commit -a works now)
11
12
13## [1.4.3] - 2023-05-24
14### Changed
15- Specify license
16- Adapt to nixpkgs nativeCheckInputs change
17
18
19## [1.4.2] - 2022-11-23
20### Changed
21- Small cleanups
22
23
24## [1.4.1] - 2021-07-09
25### Changed
26- Suppress git's init.defaultBranch hints
27
28
29## [1.4.0] - 2021-06-21
30### Changed
31- Refuse force-push updates even if XDG_CACHE_HOME is cleared
32
33### Added
34- --force flag to recover from remote force-push
35
36
37## [1.3.1] - 2021-06-07
38### Changed
39- Fixed a bug in the is-fetch-needed logic: Sometimes a fetch is needed to
40move the branch heads even if the sought rev is already present (eg: was
41fetched via a different branch).
42
43
44## [1.3.0] - 2021-04-19
45### Added
46- "overlay" and "overlays" flake outputs
47
48
49## [1.2.3] - 2020-08-25
50### Changed
51- Fixed stray output from repo creation
52
53
54## [1.2.2] - 2020-08-25
55### Added
56- Flake support
57
58
59## [1.2.1] - 2020-08-03
60### Changed
61- Build fix for old versions of mypy
62
63
64## [1.2.0] - 2020-07-17
65### Added
66- Retry fetch with backoff
67
68
69## [1.1.1] - 2020-08-05
70### Changed
71- Build fix for old versions of mypy
72
73
74## [1.1.0] - 2020-07-16
75### Added
76- Command line interface
77
78
79## [1.0.0] - 2020-07-10
80Initial release