jjpr v0.12.11
Released 2026-03-14 · View on GitHub
- other Add merge-based reconciliation to eliminate force pushes during stack merging
- other Add ReconcileStrategy enum (Merge default, Rebase) to config
- other Add merge_into() to Jj trait and JjRunner implementation
- other Add --reconcile-strategy CLI flag for per-invocation override
- other Only push bookmarks whose merge_into succeeded (skip failed ones)
- other Document merge method and reconcile strategy in README and --help