mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
The commit builder prepared by `rewriter.reparent()` already updates the author to the currently configured one in case the author was previously unset. When the new author is compared to `commit_builder.author()`, they compare as equal, making it look like the author didn't change. If that was the only change that would've happened, the commit is not rewritten at all, meaning the commit author stays unset. This is fixed by comparing the new author to the actual author of the old commit. |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| testing | ||
| tests | ||
| build.rs | ||
| Cargo.toml | ||
| docs | ||
| LICENSE | ||