mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +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
|
@ -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>
|
2015-06-19 Daniel Hahler <zsh@thequod.de>
|
||||||
|
|
||||||
* 35164: Completion/Unix/Command/_git: fix $pipestatus with
|
* 35164: Completion/Unix/Command/_git: fix $pipestatus with
|
||||||
|
|
|
@ -2947,7 +2947,8 @@ _git-fast-export () {
|
||||||
'--progress=[insert progress statements]: :__git_guard_number interval' \
|
'--progress=[insert progress statements]: :__git_guard_number interval' \
|
||||||
'--signed-tags=[specify how to handle signed tags]:action:((verbatim\:"silently export"
|
'--signed-tags=[specify how to handle signed tags]:action:((verbatim\:"silently export"
|
||||||
warn\:"export, but warn"
|
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)"))' \
|
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"
|
'--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"
|
drop\:"omit such tags"
|
||||||
|
|
Loading…
Reference in a new issue