1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-16 14:41:02 +02:00

31866: _git: Reword --heads to match new meaning

This commit is contained in:
Øystein Walle 2013-10-20 19:43:32 +02:00 committed by Frank Terbeck
parent baee0a2295
commit 32ffba1214
2 changed files with 4 additions and 1 deletions

View file

@ -9,6 +9,9 @@
* 31862: Completion/Unix/Command/_git: _git: Add status.short and * 31862: Completion/Unix/Command/_git: _git: Add status.short and
status.branch status.branch
* 31866: Completion/Unix/Command/_git: _git: Reword --heads to
match new meaning
2013-10-21 m0viefreak <m0viefreak.cm@googlemail.com> 2013-10-21 m0viefreak <m0viefreak.cm@googlemail.com>
* 31856: Completion/Unix/Command/_git: _git: fix a few * 31856: Completion/Unix/Command/_git: _git: fix a few

View file

@ -4429,7 +4429,7 @@ _git-show-ref () {
- list \ - list \
'(-h --head)'{-h,--head}'[show HEAD reference]' \ '(-h --head)'{-h,--head}'[show HEAD reference]' \
'--tags[show only refs/tags]' \ '--tags[show only refs/tags]' \
'--heads[show only refs/heads]' \ '--heads[show only HEAD and refs under refs/heads]' \
'(-d --dereference)'{-d,--dereference}'[dereference tags into object IDs as well]' \ '(-d --dereference)'{-d,--dereference}'[dereference tags into object IDs as well]' \
'(-s --hash)'{-s+,--hash=-}'[only show the SHA-1 hash, not the reference name]:: :__git_guard_number length' \ '(-s --hash)'{-s+,--hash=-}'[only show the SHA-1 hash, not the reference name]:: :__git_guard_number length' \
'--verify[enable stricter reference checking]' \ '--verify[enable stricter reference checking]' \