mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
42138: _git-revert: Complete recent commits first.
This commit is contained in:
parent
a9e60dc179
commit
a254c1815a
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2017-12-20 Daniel Shahaf <d.s@daniel.shahaf.name>
|
2017-12-20 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||||
|
|
||||||
|
* 42138: Completion/Unix/Command/_git: _git-revert: Complete
|
||||||
|
recent commits first.
|
||||||
|
|
||||||
* Stephane (rebased by Mikael): users/13148, workers/42060:
|
* Stephane (rebased by Mikael): users/13148, workers/42060:
|
||||||
Src/exec.c: Abort the command line when replying "[n] No" to
|
Src/exec.c: Abort the command line when replying "[n] No" to
|
||||||
the RM_STAR_SILENT prompt.
|
the RM_STAR_SILENT prompt.
|
||||||
|
|
|
@ -1515,7 +1515,7 @@ _git-revert () {
|
||||||
'*'{-X,--strategy-option=}'[pass merge-strategy-specific option to merge strategy]:option' \
|
'*'{-X,--strategy-option=}'[pass merge-strategy-specific option to merge strategy]:option' \
|
||||||
'(-S --gpg-sign --no-gpg-sign)'{-S-,--gpg-sign=-}'[GPG-sign the commit]::key id' \
|
'(-S --gpg-sign --no-gpg-sign)'{-S-,--gpg-sign=-}'[GPG-sign the commit]::key id' \
|
||||||
"(-S --gpg-sign --no-gpg-sign)--no-gpg-sign[don't GPG-sign the commit]" \
|
"(-S --gpg-sign --no-gpg-sign)--no-gpg-sign[don't GPG-sign the commit]" \
|
||||||
': :__git_commits'
|
': :__git_recent_commits'
|
||||||
}
|
}
|
||||||
|
|
||||||
(( $+functions[_git-rm] )) ||
|
(( $+functions[_git-rm] )) ||
|
||||||
|
|
Loading…
Reference in a new issue