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