Compare commits

..

9 Commits

Author SHA1 Message Date
9a6b94276b chore(deps): RUSTSEC-2026-0097 mitigation
All checks were successful
Publish Docker Images / coverage-and-sonar (push) Successful in 16m23s
2026-04-22 01:18:12 +02:00
c5814ab480 feat(cli): add jj-lib version to version output 2026-04-22 01:18:12 +02:00
1bab78cb20 feat: set message for multiple revsets
Allows to set the revision message of multiple revisions by passing
them as arguments. This only supports simple revisions, such as `@`,
`@-`, `xs`, and so on. Comple revisions such as `@..@-` are not
supported.

Fixes: #5
2026-04-22 01:18:12 +02:00
e965a728a1 refactor(prompter): simplify commit type selection 2026-04-22 01:18:12 +02:00
95e6250a60 fix(scope): no new string allocation to count characters 2026-04-22 01:18:12 +02:00
518d2916b9 feat(errors): preserve jj-emitted errors when loading config 2026-04-22 01:18:12 +02:00
a88f839798 refactor(BreakingChange): rename method ignore to is_absent
Method `ignore` did not carry its meaning well by the way it is named.
This commit renames it to `is_absent` to clearly state this method
returns whether we have a breaking change.
2026-04-22 01:18:12 +02:00
51cf5bae4e refactor(workflow): remove unnecessary async declarations 2026-04-22 01:18:12 +02:00
825127dbdb refactor(nix): simplify package declaration 2026-04-22 01:18:12 +02:00

View File

@@ -16,9 +16,6 @@
meta = {
inherit (cargoToml.package) description homepage;
};
postBuild = ''
${pkgs.upx}/bin/upx target/*/release/${name}
'';
};
nativeBuild =
nativeRustPlatform.buildRustPackage buildArgs