"Elijah Newren via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > This adds a new flag, --mergeability-only, to git merge-tree, which > suppresses all output and leaves only the exit status (reflecting successful > merge or conflict). This is useful for Git Forges in cases where they are > only interested in whether two branches can be merged, without needing the > actual merge result or conflict details. Sounds useful, but wouldn't that usually called --dry-run?