mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 16:50:58 +01:00
35217: completion: git: send-email: complete (recent) commits
This adds `__git_commit_objects_prefer_recent` as alternative for git-send-email's completion.
This commit is contained in:
parent
8f6823b710
commit
7408f91d31
1 changed files with 3 additions and 1 deletions
|
|
@ -3732,7 +3732,9 @@ _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]' \
|
||||
'*: :_files'
|
||||
'*: : _alternative
|
||||
"files:file:_files"
|
||||
"commits:recent commit object name:__git_commit_objects_prefer_recent"'
|
||||
}
|
||||
|
||||
(( $+functions[_git-svn] )) ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue