about summary refs log tree commit diff
path: root/pkgs/applications/version-management/jujutsu
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-06jujutsu: 0.17.1 -> 0.18.0Eric Kim-Butler1-3/+3
2024-05-08jujutsu: 0.17.0 -> 0.17.1Eric Kim-Butler1-3/+3
2024-05-03jujutsu: 0.16.0 -> 0.17.0Muhammad Falak R Wani1-3/+3
Diff: https://github.com/martinvonz/jj/compare/v0.16.0...v0.17.0 Changelog: https://github.com/martinvonz/jj/blob/v0.17.0/CHANGELOG.md Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-04-04jujutsu: 0.15.1 -> 0.16.0Eric Kim-Butler1-3/+3
2024-03-10jujutsu: 0.14.0 -> 0.15.1Adam Stephens1-5/+9
Diff: https://github.com/martinvonz/jj/compare/v0.14.0...v0.15.1 Changelog: https://github.com/martinvonz/jj/blob/v0.15.1/CHANGELOG.md
2024-02-09jujutsu: provide $SHELL as positional argsMuhammad Falak R Wani1-3/+3
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-02-09jujutsu: 0.13.0 -> 0.14.0Muhammad Falak R Wani1-3/+3
Diff: https://github.com/martinvonz/jj/compare/v0.13.0...v0.14.0 Changelog: https://github.com/martinvonz/jj/blob/v0.14.0/CHANGELOG.md Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-01-04jujutsu: 0.12.0 -> 0.13.0Muhammad Falak R Wani1-3/+3
Diff: https://github.com/martinvonz/jj/compare/v0.12.0...v0.13.0 Changelog: https://github.com/martinvonz/jj/blob/v0.13.0/CHANGELOG.md Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-12-09jujutsu: 0.11.0 -> 0.12.0Muhammad Falak R Wani1-3/+3
Diff: https://github.com/martinvonz/jj/compare/v0.11.0...v0.12.0 Changelog: https://github.com/martinvonz/jj/blob/v0.12.0/CHANGELOG.md Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-11-13jujutsu: 0.10.0 -> 0.11.0Shane Sveller1-3/+3
Diff: https://github.com/martinvonz/jj/compare/v0.10.0...v0.11.0 Changelog: https://github.com/martinvonz/jj/blob/2f6cce1e4f349a54f5a9242da8dfb354a41ca26b/CHANGELOG.md#0110---2023-11-01
2023-10-09jujutsu: use default featuresJosh Holland1-7/+0
Since 0.10.0, the watchman feature (which was previously enabled by the "packaging" feature) is included by default. That feature now does nothing, and the `buildNoDefaultFeatures = true` now in fact disables it. Fixes #259950.
2023-10-05jujutsu: 0.9.0 -> 0.10.0Muhammad Falak R Wani1-3/+3
Diff: https://github.com/martinvonz/jj/compare/v0.9.0...v0.10.0 Changelog: https://github.com/martinvonz/jj/blob/v0.10.0/CHANGELOG.md
2023-09-08jujutsu: 0.8.0 -> 0.9.0Muhammad Falak R Wani1-13/+3
Diff: https://github.com/martinvonz/jj/compare/v0.8.0...0.9.0 Changelog: https://github.com/martinvonz/jj/blob/v0.9.0/CHANGELOG.md
2023-07-16jujutsu: add myself as a maintainerAustin Seipp1-1/+1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-07-16jujutsu: overhaul build expressionAustin Seipp1-11/+47
The `jujutsu` expression has changed very lightly in the past year since it was introduced, but the upstream Nix flake expression has gotten a lot of updates in that time, to make builds faster and more featureful. This is a port of some of those upstream changes. Among other things, this: - Stops zstd from being vendored via crate - Stops libgit2 from being vendored via crate - Removes a spurious dbus(?) dependency - Installs man pages - Runs the testsuite via nextest Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-07-16jujutsu: 0.7.0 -> 0.8.0Austin Seipp1-7/+11
Now with an update script. Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-02-22jujutsu: 0.6.1 -> 0.7.0R. Ryantm1-3/+3
2022-12-10jujutsu: 0.6.0 -> 0.6.1R. Ryantm1-3/+3
2022-12-06jujutsu: 0.5.1 -> 0.6.0R. Ryantm1-3/+3
2022-10-18jujutsu: 0.4.0 -> 0.5.10x4A6F1-3/+3
2022-07-31jujutsu: 0.3.1 -> 0.4.0R. Ryantm1-3/+3
2022-04-22treewide: testVersion -> testers.testVersionArtturin1-2/+2
2022-04-14treewide: add meta.mainProgram to many packagesMalo Bourgon1-0/+1
2022-03-14jujutsu: init at 0.3.1 (#161421)0x4A6F1-0/+60