1
0
mirror of https://github.com/openSUSE/osc.git synced 2026-02-21 03:05:28 +01:00
Files
github.com_openSUSE_osc/osc/commands_git
Antonello Tartamo 5fd05e48da - Safer branching: the command now creates a dedicated, temporary branch on the user's fork (e.g., PR_factory_abc1234) for the forward-merge. This prevents conflicts with and accidental overwrites of existing development branches.
- 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.
2026-02-17 22:00:22 +01:00
..
2025-01-15 17:02:16 +01:00