1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-12 01:11:27 +02:00

29998: _git: fix a typo (--rerbose).

This commit is contained in:
Mikael Magnusson 2011-12-13 19:28:19 +00:00
parent 71996d83d9
commit 02dc5c681e
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2011-12-13 Mikael Magnusson <mikachu@gmail.com>
* 29998: Completion/Unix/Command/_git: fix a typo (--rerbose).
2011-12-13 Barton E. Schaefer <schaefer@zsh.org> 2011-12-13 Barton E. Schaefer <schaefer@zsh.org>
* 30020: Functions/Prompts/promptinit: prevent prompt_opts and * 30020: Functions/Prompts/promptinit: prevent prompt_opts and
@ -15746,5 +15750,5 @@
***************************************************** *****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL * This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5538 $ * $Revision: 1.5539 $
***************************************************** *****************************************************

View file

@ -2619,7 +2619,7 @@ _git-pack-refs () {
_git-prune () { _git-prune () {
_arguments -S \ _arguments -S \
'(-n --dry-run)'{-n,--dry-run}'[do not remove anything; just report what would be removed]' \ '(-n --dry-run)'{-n,--dry-run}'[do not remove anything; just report what would be removed]' \
'(-v --verbose)'{-v,--rerbose}'[report all removed objects]' \ '(-v --verbose)'{-v,--verbose}'[report all removed objects]' \
'--expire[only expire loose objects older than given date]: :__git_datetimes' \ '--expire[only expire loose objects older than given date]: :__git_datetimes' \
'*:: :__git_heads' '*:: :__git_heads'
} }