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