jj/lib
Benjamin Tan 2a647e6911 repo: MutableRepo: add transform_commits function
This function is similar to `transform_descendants_with_options`, but
only rewrites the given commits and not their descendants. This will
allow `rewrite::move_commits` to transform a given set of commits
without iterating through their descendants twice (once when computing
new parents and once when rewriting commits).
2025-04-05 16:03:03 +00:00
..
benches style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
gen-protos lib: rename the LocalBackend to SimpleBackend 2025-03-17 17:17:11 +00:00
proc-macros cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
src repo: MutableRepo: add transform_commits function 2025-04-05 16:03:03 +00:00
tests repo: MutableRepo::transform_descendants_with_options: add new_parents_map 2025-04-05 16:03:03 +00:00
testutils cargo: bump gix to 0.71.0 2025-04-04 04:28:42 +00:00
Cargo.toml tests: don’t use git2 in testutils 2025-04-03 19:03:44 +00:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00