zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] _git: add few more arguments for cherry-pick and revert
@ 2013-09-13 23:34 Luka Perkov
  0 siblings, 0 replies; only message in thread
From: Luka Perkov @ 2013-09-13 23:34 UTC (permalink / raw)
  To: zsh-workers; +Cc: Luka Perkov

Signed-off-by: Luka Perkov <luka@openwrt.org>
---
 Completion/Unix/Command/_git | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index a24069a..9808040 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -464,6 +464,9 @@ _git-checkout () {
 (( $+functions[_git-cherry-pick] )) ||
 _git-cherry-pick () {
   _arguments \
+    '(- :)--quit[end revert or cherry-pick sequence]' \
+    '(- :)--continue[resume revert or cherry-pick sequence]' \
+    '(- :)--abort[cancel revert or cherry-pick sequence]' \
     '(-e --edit --ff)'{-e,--edit}'[edit commit before committing the revert]' \
     '(--ff)-x[append information about what commit was cherry-picked]' \
     '(-m --mainline)'{-m,--mainline}'[specify mainline when cherry-picking a merge commit]:parent number' \
@@ -1248,6 +1251,9 @@ _git-reset () {
 (( $+functions[_git-revert] )) ||
 _git-revert () {
   _arguments -w -S -s \
+    '(- :)--quit[end revert or cherry-pick sequence]' \
+    '(- :)--continue[resume revert or cherry-pick sequence]' \
+    '(- :)--abort[cancel revert or cherry-pick sequence]' \
     '(-e --edit --no-edit)'{-e,--edit}'[edit the commit before committing the revert]' \
     '(-m --mainline)'{-m+,--mainline=}'[pick which parent is mainline]:parent number' \
     '(-e --edit)--no-edit[do not edit the commit message]' \
-- 
1.8.4


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-09-13 23:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-13 23:34 [PATCH] _git: add few more arguments for cherry-pick and revert Luka Perkov

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).