jj/cli
Remo Senekowitsch 0a965918d1 cli metaedit: fix --update-author if author was unset
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.
2025-09-11 13:03:43 +00:00
..
examples cli, lib: convert revset expressions to use Arc over Rc 2025-09-05 16:09:44 +00:00
src cli metaedit: fix --update-author if author was unset 2025-09-11 13:03:43 +00:00
testing cli: add jj bisect run command 2025-09-04 14:30:52 +00:00
tests cli metaedit: fix --update-author if author was unset 2025-09-11 13:03:43 +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