zsh-workers
 help / color / mirror / code / Atom feed
* git checkout options
@ 2008-08-21  0:35 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2008-08-21  0:35 UTC (permalink / raw)
  To: zsh-workers

Regarding the git checkout -q HEAD blah example, if -q is valid in both
the switch-branch and update-files contexts, it should go up here.

Index: Completion/Unix/Command/_git
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_git,v
retrieving revision 1.85
diff -u -r1.85 _git
--- Completion/Unix/Command/_git	21 Aug 2008 00:13:07 -0000	1.85
+++ Completion/Unix/Command/_git	21 Aug 2008 00:33:35 -0000
@@ -1549,8 +1549,8 @@
         '*::file:->files' && ret=0
   else
     _arguments -C -S \
-      - switch-branch \
         '-q[suppress feedback messages]' \
+      - switch-branch \
         '-f[force a complete re-read]' \
         '-b[create a new branch based at given branch]: :__git_guard_branch-name' \
         {-t,--track}'[set up configuration so pull merges from the start point]' \


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

only message in thread, other threads:[~2008-08-21  0:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-21  0:35 git checkout options Clint Adams

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).