jj/lib
Yuya Nishihara 15f4ac5f12 repo: add rebase_descendants_*() that takes callback instead of returning map
There's only one non-test caller who doesn't need a complete map of rebased
commits.

FWIW, I tried to rewrite squash_commits() based on transform_descendants() API,
but it wasn't easy because of A-B+A=A rule. The merge order matters here.
2025-01-18 01:21:28 +00:00
..
benches style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
gen-protos cargo: inherit lints configuration from workspace 2024-10-04 22:29:13 +02:00
proc-macros style: remove useless uses of .iter() 2024-10-04 22:29:13 +02:00
src repo: add rebase_descendants_*() that takes callback instead of returning map 2025-01-18 01:21:28 +00:00
tests rewrite: pass RebaseOptions by reference 2025-01-18 01:21:28 +00:00
testutils tests: add convenient method to initialize TestWorkspace with test settings 2025-01-06 22:37:33 +09:00
Cargo.toml lib: remove use of zstd 2025-01-08 22:02:21 +00:00
LICENSE