From ef64b6a929b8e485433308f19ec4382514d0f471 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 15 Aug 2016 12:06:58 +0200 Subject: 39040: Completion/…/_git: fix missing backslashes in 39036 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Completion/Unix/Command/_git | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Unix') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 78f056435..ac4c90e75 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -753,7 +753,7 @@ _git-diff () { _arguments -C -s \ $* \ $diff_options \ - '(--exit-code)--quiet[disable all output]' + '(--exit-code)--quiet[disable all output]' \ $diff_stage_options \ '(--cached --staged)'{--cached,--staged}'[show diff between index and named commit]' \ '(-)--[start file arguments]' \ @@ -849,7 +849,7 @@ _git-fetch () { _arguments -C -S -s \ $fetch_options \ - '(-n --no-tags -t --tags)'{-n,--no-tags}'[disable automatic tag following]' + '(-n --no-tags -t --tags)'{-n,--no-tags}'[disable automatic tag following]' \ '(--all -m --multiple)'{-m,--multiple}'[fetch from multiple remotes]' \ '*:: :->repository-or-group-or-refspec' && ret=0 -- cgit 1.4.1