4 ## [1.5.0] - 2024-06-28
5 - Support "tag <tag>" syntax for fetching tags
8 ## [1.4.4] - 2024-06-03
9 - Use a specific Exception type
10 - Fix git-precommit-hook environment (git commit -a works now)
13 ## [1.4.3] - 2023-05-24
16 - Adapt to nixpkgs nativeCheckInputs change
19 ## [1.4.2] - 2022-11-23
24 ## [1.4.1] - 2021-07-09
26 - Suppress git's init.defaultBranch hints
29 ## [1.4.0] - 2021-06-21
31 - Refuse force-push updates even if XDG_CACHE_HOME is cleared
34 - --force flag to recover from remote force-push
37 ## [1.3.1] - 2021-06-07
39 - Fixed a bug in the is-fetch-needed logic: Sometimes a fetch is needed to
40 move the branch heads even if the sought rev is already present (eg: was
41 fetched via a different branch).
44 ## [1.3.0] - 2021-04-19
46 - "overlay" and "overlays" flake outputs
49 ## [1.2.3] - 2020-08-25
51 - Fixed stray output from repo creation
54 ## [1.2.2] - 2020-08-25
59 ## [1.2.1] - 2020-08-03
61 - Build fix for old versions of mypy
64 ## [1.2.0] - 2020-07-17
66 - Retry fetch with backoff
69 ## [1.1.1] - 2020-08-05
71 - Build fix for old versions of mypy
74 ## [1.1.0] - 2020-07-16
76 - Command line interface
79 ## [1.0.0] - 2020-07-10