diff options
Diffstat (limited to 'shellrc.d/git')
-rw-r--r-- | shellrc.d/git | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shellrc.d/git b/shellrc.d/git index 493d89b..3cf6117 100644 --- a/shellrc.d/git +++ b/shellrc.d/git @@ -16,7 +16,7 @@ gitbmerge() ( echo "First squash fixups!" return 1 } - [ -z "$(git log --grep="^Apply suggestion to " HEAD.."$1")" ] || { + [ -z "$(git log --grep="^Apply .* suggestion(s) to " HEAD.."$1")" ] || { echo "First squash suggestions!" return 1 } |