Skip to content

Commit 7604011

Browse files
committed
Completion: _git: Fix text for git merge --squash/--no-squash
1 parent b35c4f9 commit 7604011

File tree

1 file changed

+2
-2
lines changed
  • Completion/Unix/Command

1 file changed

+2
-2
lines changed

Completion/Unix/Command/_git

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8312,10 +8312,10 @@ __git_setup_merge_options () {
83128312
'(--log )--no-log[do not list one-line descriptions of the commits being merged in the log message]'
83138313
'(-n --no-stat)--stat[show a diffstat at the end of the merge]'
83148314
'(--stat -n --no-stat)'{-n,--no-stat}'[do not show diffstat at the end of the merge]'
8315-
'( --no-squash)--squash[merge, but do not commit]'
8315+
'( --no-squash)--squash[merge into a single commit]'
83168316
'--autostash[automatically stash/stash pop before and after]'
83178317
'--signoff[add Signed-off-by: trailer]'
8318-
'(--squash )--no-squash[merge and commit]'
8318+
'(--squash )--no-squash[do not merge into a single commit]'
83198319
'--ff-only[refuse to merge unless HEAD is up to date or merge can be resolved as a fast-forward]'
83208320
'(-S --gpg-sign --no-gpg-sign)'{-S-,--gpg-sign=-}'[GPG-sign the commit]::key id'
83218321
"(-S --gpg-sign --no-gpg-sign)--no-gpg-sign[don't GPG-sign the commit]"

0 commit comments

Comments
 (0)