jjpr releases
← Back to jjpr ยท RSS
-
- 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
-
- other Preserve merged PR links in stack comments by merging with existing comment data
-
- other Fix merge rebase dropping intermediate commits in multi-commit segments
-
- other Preserve merged PR links in stack navigation comments
-
- other Detect conflicted commits before pushing and improve stale bookmark warnings
-
- other Fix empty name in stale bookmark warning
-
- other Improve stale bookmark warning with clear explanation and cleanup command
- other Bump version to 0.12.5
-
- other Add cleanup guidance for conflicted bookmarks
-
- other Skip conflicted bookmarks that produce unparseable JSON
-
- other Continue merging on forge when local state diverges