mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
35217: add missing changelog entry; use "-O expl" with _alternative
This commit is contained in:
parent
7408f91d31
commit
a0d269460a
2 changed files with 4 additions and 1 deletions
|
@ -14,6 +14,9 @@
|
|||
* 35211: Completion/Unix/Command/_git: __git_commit_objects:
|
||||
do not use _guard, but only a pattern for skipping.
|
||||
|
||||
* 35217: Completion/Unix/Command/_git: _git-send-email:
|
||||
provide completions from `__git_commit_objects_prefer_recent`.
|
||||
|
||||
2015-05-19 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* users/20222: Completion/Unix/Command/_git: users/20222:
|
||||
|
|
|
@ -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"'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue