X-Git-Url: http://git.scottworley.com/git-cache/blobdiff_plain/a5a489ba9e766163c31fb9e5b3340b75b2c97f43..26ea251c013f5c6e6edfe1707bb22d7bd6ce5c6d:/Changelog diff --git a/Changelog b/Changelog index 52b5a6f..8075597 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,52 @@ ## [Unreleased] +## [1.4.4] - 2024-06-03 +- Use a specific Exception type +- Fix git-precommit-hook environment (git commit -a works now) + + +## [1.4.3] - 2023-05-24 +### Changed +- Specify license +- Adapt to nixpkgs nativeCheckInputs change + + +## [1.4.2] - 2022-11-23 +### Changed +- Small cleanups + + +## [1.4.1] - 2021-07-09 +### Changed +- Suppress git's init.defaultBranch hints + + +## [1.4.0] - 2021-06-21 +### Changed +- Refuse force-push updates even if XDG_CACHE_HOME is cleared + +### Added +- --force flag to recover from remote force-push + + +## [1.3.1] - 2021-06-07 +### Changed +- Fixed a bug in the is-fetch-needed logic: Sometimes a fetch is needed to +move the branch heads even if the sought rev is already present (eg: was +fetched via a different branch). + + +## [1.3.0] - 2021-04-19 +### Added +- "overlay" and "overlays" flake outputs + + +## [1.2.3] - 2020-08-25 +### Changed +- Fixed stray output from repo creation + + ## [1.2.2] - 2020-08-25 ### Added - Flake support