Multi-commit PRs vs. multiple single-commit PRs
deadalnix via Digitalmars-d
digitalmars-d at puremagic.com
Fri Mar 24 03:54:43 PDT 2017
On Friday, 24 March 2017 at 09:27:54 UTC, Vladimir Panteleev
wrote:
> Yep, because of the misuse-worst-case arguments. Simple
> solutions that guard against such mistakes are welcome. E.g. we
> could allow squashing if all commits' commit messages except
> the first one's start with "[SQUASH] " or "fixup! ".
Because it is meant to be the default, doing only when some
specific message exist is not going to fly. Using !donotsquash or
alike in the commit message is, however, a good way to proceed.
More information about the Digitalmars-d
mailing list