sublime_merge icon indicating copy to clipboard operation
sublime_merge copied to clipboard

Completing merge without changes cannot `--no-verify`

Open ezfe opened this issue 1 year ago • 0 comments

Version info

  • OS: macOS 14.3.1 (23D60)
  • Build: 2091

Description

When a pre-commit hook is set up to validate commit message, it can be bypassed by clicking the dropdown menu next to the commit button and choosing the option that indicates --no-verify.

This dropdown menu does not appear if there are no changes from the merge.

Steps to reproduce

  • Merge branch A into branch B with no changes resulting from the merge
  • Pre-commit hook rejects commit message
  • Unable to indicate --no-verify

Expected behavior

  • Should be able to indicate --no-verify like when a commit is made that does have changes

Screenshots

Expected (does not appear if the "1 file changed" is not present): Screenshot 2024-03-06 at 11 35 40 AM

ezfe avatar Mar 06 '24 16:03 ezfe