Document merge style as a per-repo Forgejo setting #29
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/default-merge-type-is-merge"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Someones.Computer's default merge style was changed to
merge(plain merge commits) for a cleaner git history viewer, rather than the squash default used elsewhere. VCS.md's Merge style section, [skip ci] note, and WIP-prefix check all assumed squash unconditionally; this updates them to say it's a per-repo Forgejo setting and calls out the Someones.Computer override.