diff options
| author | Oliver Kiddle <okiddle@yahoo.co.uk> | 2018-08-31 23:17:28 +0200 |
|---|---|---|
| committer | Oliver Kiddle <okiddle@yahoo.co.uk> | 2018-08-31 23:17:28 +0200 |
| commit | 410c30a25b070fa7ef137ff35166323c322bcd53 (patch) | |
| tree | d223e1407b881e9cf529d5c7678696e94e5fa612 /Completion/Unix/Command | |
| parent | 43359: further review of git remote set-url completion (diff) | |
| download | zsh-410c30a25b070fa7ef137ff35166323c322bcd53.tar zsh-410c30a25b070fa7ef137ff35166323c322bcd53.tar.gz zsh-410c30a25b070fa7ef137ff35166323c322bcd53.tar.bz2 zsh-410c30a25b070fa7ef137ff35166323c322bcd53.tar.lz zsh-410c30a25b070fa7ef137ff35166323c322bcd53.tar.xz zsh-410c30a25b070fa7ef137ff35166323c322bcd53.tar.zst zsh-410c30a25b070fa7ef137ff35166323c322bcd53.zip | |
unposted: git describe's --long and --abbrev options are not mutually exclusive
Diffstat (limited to 'Completion/Unix/Command')
| -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 1e19a03a4..2cae4c82f 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -738,11 +738,11 @@ _git-describe () { '--all[use any ref found in "$GIT_DIR/refs/"]' \ '--tags[use any ref found in "$GIT_DIR/refs/tags"]' \ '(--tags)--contains[find the tag after the commit instead of before]' \ |
