mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
35224: completion: git: Add fast-export --signed-tags=warn-strip
This commit is contained in:
parent
a0d269460a
commit
c174947040
2 changed files with 7 additions and 1 deletions
|
@ -2947,7 +2947,8 @@ _git-fast-export () {
|
|||
'--progress=[insert progress statements]: :__git_guard_number interval' \
|
||||
'--signed-tags=[specify how to handle signed tags]:action:((verbatim\:"silently export"
|
||||
warn\:"export, but warn"
|
||||
strip\:"export unsigned tags instead"
|
||||
warn-strip\:"export as unsigned tags, but warn"
|
||||
strip\:"export as unsigned tags instead"
|
||||
abort\:"abort on signed tags (default)"))' \
|
||||
'--tag-of-filtered-object=[specify how to handle tags whose tagged object is filtered out]:action:((abort\:"abort on such tags"
|
||||
drop\:"omit such tags"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue