Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If fixups are allowed, then the remainder of the commit message ought to either be either a previous commit's subject line, or a hash: > If a commit message starts with "squash! ", "fixup! " or "amend! ", > the remainder of the subject line is taken as a commit specifier, > which matches a previous commit if it matches the subject line or the > hash of that commit. So we can either: 1. Assume that previous commit's subject line was previously validated and do nothing further; or, 2. Validate the remainder of the commit's subject line as is. This specific implementation opts for the latter. Signed-off-by: JP-Ellis <[email protected]>
- Loading branch information