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