about summary refs log tree commit diff
path: root/Completion/Unix/Command/_git
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2011-05-22 02:13:55 +0000
committerMikael Magnusson <mikachu@gmail.com>2011-05-22 02:13:55 +0000
commit59a0b52e6159b91d0fdc015a440858a8bb221aca (patch)
tree727251fd3b15fa7559707ec338e662124c570e32 /Completion/Unix/Command/_git
parent0198b8423dfd4aab7f1c1d2b2938cb5124724212 (diff)
downloadzsh-59a0b52e6159b91d0fdc015a440858a8bb221aca.tar.gz
zsh-59a0b52e6159b91d0fdc015a440858a8bb221aca.tar.xz
zsh-59a0b52e6159b91d0fdc015a440858a8bb221aca.zip
29328: Another missing backslash in _git, remove some not needed backslashes in array definitions.
Diffstat (limited to 'Completion/Unix/Command/_git')
-rw-r--r--Completion/Unix/Command/_git2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 2f6188824..b1a509dd4 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -3958,7 +3958,7 @@ _git-name-rev () {
     '--refs=[only use refs matching given pattern]: :_guard "?#" "shell pattern"' \
     '(--stdin :)--all[list all commits reachable from all refs]' \
     '(--all :)--stdin[read from stdin and append revision-name]' \
-    '--name-only[display only name of commits]'
+    '--name-only[display only name of commits]' \
     '--no-undefined[die with non-zero return when a reference is undefined]' \
     '--always[show uniquely abbreviated commit object as fallback]' \
     '(--stdin --all)*: :__git_commits' && ret=0