about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2009-04-20 03:15:43 +0000
committerClint Adams <clint@users.sourceforge.net>2009-04-20 03:15:43 +0000
commitaf014926d70fa5c23355f6e169541bc76078f510 (patch)
tree9c16a867d9d193b2908b4db3054344d5db714e6c /Completion
parent1f09b2909dd21ecb58a67125f340466da50e92b0 (diff)
downloadzsh-af014926d70fa5c23355f6e169541bc76078f510.tar.gz
zsh-af014926d70fa5c23355f6e169541bc76078f510.tar.xz
zsh-af014926d70fa5c23355f6e169541bc76078f510.zip
Kalle Olavi Niemitalo: 26850: fix breakage in git write-tree and git send-pack.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_git4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index d10492aa2..73cff80b6 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -753,7 +753,7 @@ _git-update-index () {
 (( $+functions[_git-write-tree] )) ||
 _git-write-tree () {
   _arguments \
-    '--missing-ok[ignore objects in the index that are missing in the object database]'
+    '--missing-ok[ignore objects in the index that are missing in the object database]' \
     '--prefix=-[write tree representing given sub-directory]:sub-directory:_directories -r ""' && ret=0
 }
 
@@ -1282,7 +1282,7 @@ _git-upload-archive () {
 (( $+functions[_git-send-pack] )) ||
 _git-send-pack () {
   _arguments \
-    '(--receive-pack --exec)'{--receive-pack=-,--exec=-}'[specify path to git-receive-pack on remote side]:remote path'
+    '(--receive-pack --exec)'{--receive-pack=-,--exec=-}'[specify path to git-receive-pack on remote side]:remote path' \
     '--all[update all refs that exist locally]' \
     '--force[update remote orphaned refs]' \
     $verbose_arg \