summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2010-02-16 15:59:21 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2010-02-16 15:59:21 +0000
commit0ec69e36e5c4878abe64dacfe36c9b42e0d1c4fc (patch)
tree207ac020fa26be32e70b2c0933f8b4138e0a2165 /Completion/Unix/Command
parentunposted: update .distfiles (diff)
downloadzsh-0ec69e36e5c4878abe64dacfe36c9b42e0d1c4fc.tar
zsh-0ec69e36e5c4878abe64dacfe36c9b42e0d1c4fc.tar.gz
zsh-0ec69e36e5c4878abe64dacfe36c9b42e0d1c4fc.tar.bz2
zsh-0ec69e36e5c4878abe64dacfe36c9b42e0d1c4fc.tar.lz
zsh-0ec69e36e5c4878abe64dacfe36c9b42e0d1c4fc.tar.xz
zsh-0ec69e36e5c4878abe64dacfe36c9b42e0d1c4fc.tar.zst
zsh-0ec69e36e5c4878abe64dacfe36c9b42e0d1c4fc.zip
27715: fixes for current StGIT version
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_stgit59
1 files changed, 9 insertions, 50 deletions
diff --git a/Completion/Unix/Command/_stgit b/Completion/Unix/Command/_stgit
index c8a3c8c80..129b21a92 100644
--- a/Completion/Unix/Command/_stgit
+++ b/Completion/Unix/Command/_stgit
@@ -2,53 +2,7 @@
typeset -a subcmds
-subcmds=(
- 'help:print the detailed command usage'
- 'version:display version information'
- 'copyright:display copyright information'
- 'clone:make a local clone of a remote repository'
- 'id:print the GIT hash value of a StGIT reference'
- 'applied:print the applied patches'
- 'branch:manage patch stacks'
- 'clean:delete the empty patches in the series'
- 'commit:permanently store the applied patches into stack base'
- 'float:push patches to the top, even if applied'
- 'goto:push or pop patches to the given one'
- 'hide:hide a patch in the series'