diff options
| author | Elliot Berman <elliotjb@elliotjb.com> | 2025-08-20 18:01:35 -0700 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2025-09-24 00:47:51 +0200 |
| commit | c45baa2510f190b42f26bac60baeea482d3c7942 (patch) | |
| tree | 3def14cc340e967de1281a3d7467295164ecb9d8 /Completion/Unix/Command/_git | |
| parent | github #141: complete apt why/why-not (diff) | |
| download | zsh-c45baa2510f190b42f26bac60baeea482d3c7942.tar zsh-c45baa2510f190b42f26bac60baeea482d3c7942.tar.gz zsh-c45baa2510f190b42f26bac60baeea482d3c7942.tar.bz2 zsh-c45baa2510f190b42f26bac60baeea482d3c7942.tar.lz zsh-c45baa2510f190b42f26bac60baeea482d3c7942.tar.xz zsh-c45baa2510f190b42f26bac60baeea482d3c7942.tar.zst zsh-c45baa2510f190b42f26bac60baeea482d3c7942.zip | |
github #142: Fix text for git merge --squash/--no-squash
Diffstat (limited to 'Completion/Unix/Command/_git')
| -rw-r--r-- | Completion/Unix/Command/_git | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index c31ca0d7c..d6420e77a 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -8312,10 +8312,10 @@ __git_setup_merge_options () { '(--log )--no-log[do not list one-line descriptions of the commits being merged in the log message]' '(-n --no-stat)--stat[show a diffstat at the end of the merge]' '(--stat -n --no-stat)'{-n,--no-stat}'[do not show diffstat at the end of the merge]' - '( --no-squash)--squash[merge, but do not commit]' + '( --no-squash)--squash[prepare a squashed merge without committing]' '--autostash[automatically stash/stash pop before and after]' '--signoff[add Signed-off-by: trailer]' - '(--squash )--no-squash[merge and commit]' + '(--squash )--no-squash[do not prepare a squashed merge]' '--ff-only[refuse to merge unless HEAD is up to date or merge can be resolved as a fast-forward]' '(-S --gpg-sign --no-gpg-sign)'{-S-,--gpg-sign=-}'[GPG-sign the commit]::key id' "(-S --gpg-sign --no-gpg-sign)--no-gpg-sign[don't GPG-sign the commit]" |
