From 7990cf983e90d4e9412768b73c851f10e1ddc1dd Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 16 May 2015 22:57:01 +0000 Subject: 35161: completion: git: Fix typo in 35061 --- ChangeLog | 5 +++++ Completion/Unix/Command/_git | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1d95e81fa..b96a046a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-05-16 Daniel Shahaf + + * 35161: Completion/Unix/Command/_git: completion: git: Fix + typo in 35061 + 2015-05-15 Peter Stephenson * 35155: Src/lex.c: cmdpop() could sometimes get called too diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 4876534a5..ed23b39e8 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -6231,7 +6231,7 @@ __git_setup_diff_options () { '(--no-prefix)--dst-prefix=[use given prefix for destination]:prefix' '(--src-prefix --dst-prefix)--no-prefix[do not show any source or destination prefix]' - '(-c,--cc)'{-b,--cc}'[combined diff format for merge commits]' + '(-c,--cc)'{-c,--cc}'[combined diff format for merge commits]' # TODO: --output is undocumented. '--output[undocumented]:undocumented') -- cgit 1.4.1