summaryrefslogtreecommitdiff
path: root/pkgs/shells/fish/plugins/plugin-git.nix
AgeCommit message (Collapse)Author
2026-04-05fishPlugins.plugin-git: 0.3 -> 0.4R. Ryantm
2026-01-15tree-wide: fetchgit, fetchFromGitHub, fetchFromGitLab, fetchFromGitea, ↵Gaël James
fetchFromBitbucket, fetchFromSourcehut: use `tag =` instead of `rev = refs/tags/...`
2024-12-10treewide: format all inactive Nix filesSilvan Mosberger
After final improvements to the official formatter implementation, this commit now performs the first treewide reformat of Nix files using it. This is part of the implementation of RFC 166. Only "inactive" files are reformatted, meaning only files that aren't being touched by any PR with activity in the past 2 months. This is to avoid conflicts for PRs that might soon be merged. Later we can do a full treewide reformat to get the rest, which should not cause as many conflicts. A CI check has already been running for some time to ensure that new and already-formatted files are formatted, so the files being reformatted here should also stay formatted. This commit was automatically created and can be verified using nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \ --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7 result/bin/apply-formatting $NIXPKGS_PATH
2024-10-06fishPlugins.plugin-git: 0.2 -> 0.3 (#346751)Gaétan Lepage
Diff: https://github.com/jhillyerd/plugin-git/compare/refs/tags/v0.2...v0.3 Changelog: https://github.com/jhillyerd/plugin-git/releases/tag/v0.3
2024-02-10fishPlugins.plugin-git: fix hashhexclover
2024-02-10fishPlugins.plugin-git: add GaetanLepage to maintainersGaetan Lepage
2024-02-09fishPlugins.plugin-git: 0.1 -> 0.2Gaetan Lepage
Diff: https://github.com/jhillyerd/plugin-git/compare/refs/tags/v0.1...v0.2 Changelog: https://github.com/jhillyerd/plugin-git/releases/tag/v0.2
2023-02-24fishPlugins.plugin-git: init at 0.1Matthew McMillan