jj/lib
Martin von Zweigbergk 11c0130303 index: squash an index segment into its parent more aggressively
Before this change, you could end up with an index segment with 10
commits, then a child segment with 9 commits, then another child with
8 commits, and so on. That's not what I had intended. This changes
makes it so we squash if a segment has more than half as many commits
as its parent instead.
2021-09-11 22:51:13 -07:00
..
benches
protos view: add support for ref-based branches and tags to model 2021-08-04 11:33:57 -07:00
src index: squash an index segment into its parent more aggressively 2021-09-11 22:51:13 -07:00
tests index: squash an index segment into its parent more aggressively 2021-09-11 22:51:13 -07:00
build.rs
Cargo.toml