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

35224: completion: git: Add fast-export --signed-tags=warn-strip

This commit is contained in:
Daniel Shahaf 2015-05-19 20:33:42 +00:00
parent a0d269460a
commit c174947040
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2015-05-19 Daniel Shahaf <d.s@daniel.shahaf.name>
* 35224: Completion/Unix/Command/_git: completion: git: Add
fast-export --signed-tags=warn-strip
2015-06-19 Daniel Hahler <zsh@thequod.de>
* 35164: Completion/Unix/Command/_git: fix $pipestatus with

View file

@ -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"