summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_git3
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index a1d0e1ca3..c6952a4c4 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -2577,7 +2577,8 @@ _git-svn () {
arguments+=('--stdin[read list of commits to commit from stdin]')
;;
(show-ignore)
- arguments+=('-r --revision)'{-r,--revision)'[undocumented]:revision:->__git_svn_revisions'
+ arguments+=('-r --revision)'{-r,--revision}'[undocumented]:revision:->__git_svn_revisions')
+ ;;
(dcommit)
arguments+=(
'(-n --dry-run)'{-n,--dry-run}'[output git-commands that would show diffs that would be committed]')