jj/cli
Yuya Nishihara 01e2a85555 commit_builder: make .generate_new_change_id() not imply commit is duplicated
This will allow us to "touch" change id without duplicating commits.

The caller should also do .generate_new_change_id() to not make commits
divergent. This function could do that automatically, but I'm not sure if that's
good. Alternatively, we can add mut_repo.duplicate_commit(predecessor), but
we'll need to refactor CommitRewriter.
2025-08-14 08:44:32 +00:00
..
examples cli lib: make use of Self consistent 2025-07-27 00:12:02 +00:00
src commit_builder: make .generate_new_change_id() not imply commit is duplicated 2025-08-14 08:44:32 +00:00
testing revset: insert HeadsRange in Ancestors for nested range/filter 2025-08-02 01:40:23 +00:00
tests index: include changed-path index in stats() 2025-08-11 11:50:39 +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 tests: use jsonschema directly instead of taplo(1) 2025-08-08 16:19:30 +00:00
docs
LICENSE