diff options
author | Daniel Hahler <git@thequod.de> | 2015-05-19 10:43:24 +0200 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2015-05-19 10:43:24 +0200 |
commit | a0d269460aab8072cb2798abb30f4790f63cb356 (patch) | |
tree | 7706f0a3649197349fde8bd0a2b7f5d0e79cfc9d /Completion | |
parent | 7408f91d31d8b3868c1065a7f4fd4ffcecb4b87e (diff) | |
download | zsh-a0d269460aab8072cb2798abb30f4790f63cb356.tar.gz zsh-a0d269460aab8072cb2798abb30f4790f63cb356.tar.xz zsh-a0d269460aab8072cb2798abb30f4790f63cb356.zip |
35217: add missing changelog entry; use "-O expl" with _alternative
Diffstat (limited to 'Completion')
-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 b31b694a6..fa79aff77 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -3732,7 +3732,7 @@ _git-send-email () { '( --no-validate)--validate[perform sanity checks on patches]' \ '(--validate )--no-validate[do not perform sanity checks on patches]' \ '--force[send emails even if safety checks would prevent it]' \ - '*: : _alternative + '*: : _alternative -O expl "files:file:_files" "commits:recent commit object name:__git_commit_objects_prefer_recent"' } |