From c174947040e9793d22dbd9b316a2207bd9abda26 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Tue, 19 May 2015 20:33:42 +0000 Subject: 35224: completion: git: Add fast-export --signed-tags=warn-strip --- Completion/Unix/Command/_git | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_git') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index fa79aff77..c886cc944 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -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" -- cgit 1.4.1