diff options
| author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-05-16 22:57:01 +0000 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-05-16 22:57:22 +0000 |
| commit | 7990cf983e90d4e9412768b73c851f10e1ddc1dd (patch) | |
| tree | 092e2950a826d892c98f9999aff98b3e93e653d1 /Completion/Unix | |
| parent | 35155: cmdpop() could be called erroneously on error (diff) | |
| download | zsh-7990cf983e90d4e9412768b73c851f10e1ddc1dd.tar zsh-7990cf983e90d4e9412768b73c851f10e1ddc1dd.tar.gz zsh-7990cf983e90d4e9412768b73c851f10e1ddc1dd.tar.bz2 zsh-7990cf983e90d4e9412768b73c851f10e1ddc1dd.tar.lz zsh-7990cf983e90d4e9412768b73c851f10e1ddc1dd.tar.xz zsh-7990cf983e90d4e9412768b73c851f10e1ddc1dd.tar.zst zsh-7990cf983e90d4e9412768b73c851f10e1ddc1dd.zip | |
35161: completion: git: Fix typo in 35061
Diffstat (limited to 'Completion/Unix')
| -rw-r--r-- | Completion/Unix/Command/_git | 2 |
1 files changed, 1 insertions, 1 deletions
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') |
