mirror of
https://github.com/openSUSE/osc.git
synced 2026-02-20 02:35:29 +01:00
- Commit message: the pull request title and description are now used for the merge commit message. This creates a more informative and consistent git history, linking the merge commit directly to the resulting PR. - Interactive editing: a new -e, --edit flag allows the user to open their default editor to interactively refine the PR title and description before submission. - Unrelated history check: the command now checks for unrelated histories before merging and provides a clearer error message. A new --allow-unrelated-histories flag allows the user to override this check.