mirror of
git://git.code.sf.net/p/zsh/code
synced 2026-01-02 08:21:09 +01:00
29328: Another missing backslash in _git, remove some not needed backslashes in array definitions.
This commit is contained in:
parent
0198b8423d
commit
59a0b52e61
7 changed files with 19 additions and 14 deletions
|
|
@ -3958,7 +3958,7 @@ _git-name-rev () {
|
|||
'--refs=[only use refs matching given pattern]: :_guard "?#" "shell pattern"' \
|
||||
'(--stdin :)--all[list all commits reachable from all refs]' \
|
||||
'(--all :)--stdin[read from stdin and append revision-name]' \
|
||||
'--name-only[display only name of commits]'
|
||||
'--name-only[display only name of commits]' \
|
||||
'--no-undefined[die with non-zero return when a reference is undefined]' \
|
||||
'--always[show uniquely abbreviated commit object as fallback]' \
|
||||
'(--stdin --all)*: :__git_commits' && ret=0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue