mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
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. |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| testing | ||
| tests | ||
| build.rs | ||
| Cargo.toml | ||
| docs | ||
| LICENSE | ||