jj/cli
Reuven Lazarus ff3cf64e78 templates: ensure unique prefixes in format_gerrit_change_id_trailer
Gerrit's web UI (like jj) recognizes unique ID prefixes, so a reference
like `I1234cdef` in a commit message or a review comment becomes a
hyperlink to the referenced change. Currently, every jj-produced change
begins with `I6a6a6964`, which makes that less useful. This moves the
fixed `6a6a6964` component to the end, so the prefix is unique.

Closes #7500.
2025-09-16 19:36:01 +00:00
..
examples cli, lib: convert revset expressions to use Arc over Rc 2025-09-05 16:09:44 +00:00
src templates: ensure unique prefixes in format_gerrit_change_id_trailer 2025-09-16 19:36:01 +00:00
testing cli: add jj bisect run command 2025-09-04 14:30:52 +00:00
tests templates: ensure unique prefixes in format_gerrit_change_id_trailer 2025-09-16 19:36:01 +00:00
build.rs build.rs: separate commit ids if compiling at a merge commit 2025-07-08 02:38:21 +00:00
Cargo.toml cli: add jj bisect run command 2025-09-04 14:30:52 +00:00
docs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
LICENSE