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