I think it would be a nice feature if fixup commits (created by git commit --fixup) didn't throw off the regexp parser.
The intended workflow is submitting additional commits to a pull request in responds to pull request feedback.
It is easier to run git commit --fixup than it is to put new commits on top and duplicate the commit messages such that they are semantic PR compliant.
I think it would be a nice feature if fixup commits (created by git commit --fixup) didn't throw off the regexp parser.
The intended workflow is submitting additional commits to a pull request in responds to pull request feedback.
It is easier to run git commit --fixup than it is to put new commits on top and duplicate the commit messages such that they are semantic PR compliant.