git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH try2 14/14] completion: update 'git reset' new stage options
@ 2013-10-12  7:04 Felipe Contreras
  2013-10-12  7:04 ` [PATCH try2 04/14] grep: add --staged option Felipe Contreras
                   ` (13 more replies)
  0 siblings, 14 replies; 21+ messages in thread
From: Felipe Contreras @ 2013-10-12  7:04 UTC (permalink / raw)
  To: git
  Cc: Piotr Krukowiecki, Jay Soffian, Miles Bader, Jonathan Nieder,
	Philip Oakley, Matthieu Moy, William Swanson, Ping Yin,
	Hilco Wijbenga, Felipe Contreras

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
---
 contrib/completion/git-completion.bash | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 1dde51f..082f207 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -2231,7 +2231,8 @@ _git_reset ()
 
 	case "$cur" in
 	--*)
-		__gitcomp "--merge --mixed --hard --soft --patch"
+		__gitcomp "--merge --mixed --hard --soft --patch --keep --merge
+			--stage --no-stage --work --no-work"
 		return
 		;;
 	esac
-- 
1.8.4-fc

^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2013-10-14 22:28 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-12  7:04 [PATCH try2 14/14] completion: update 'git reset' new stage options Felipe Contreras
2013-10-12  7:04 ` [PATCH try2 04/14] grep: add --staged option Felipe Contreras
2013-10-12  7:04 ` [PATCH try2 07/14] stash: add --stage to pop and apply Felipe Contreras
2013-10-12  7:04 ` [PATCH try2 00/14] Officially start moving to the term 'staging area' Felipe Contreras
2013-10-12  7:04 ` [PATCH try2 10/14] apply: add --work, --no-work options Felipe Contreras
2013-10-12  7:04 ` [PATCH try2 01/14] Add proper 'stage' command Felipe Contreras
2013-10-14 19:44   ` Eric Sunshine
2013-10-14 22:22     ` Felipe Contreras
2013-10-12  7:04 ` [PATCH try2 09/14] apply: add --stage option Felipe Contreras
2013-10-13  9:53   ` Eric Sunshine
2013-10-13 10:16     ` Felipe Contreras
2013-10-13 10:19     ` Miles Bader
2013-10-13 10:31       ` Felipe Contreras
2013-10-12  7:04 ` [PATCH try2 03/14] diff: document --staged Felipe Contreras
2013-10-12  7:04 ` [PATCH try2 05/14] rm: add --staged option Felipe Contreras
2013-10-12  7:04 ` [PATCH try2 02/14] stage: add edit command Felipe Contreras
2013-10-12  7:04 ` [PATCH try2 13/14] reset: allow --keep with --stage Felipe Contreras
2013-10-12  7:04 ` [PATCH try2 12/14] reset: add --stage and --work options Felipe Contreras
2013-10-12  7:04 ` [PATCH try2 08/14] submodule: add --staged options Felipe Contreras
2013-10-12  7:04 ` [PATCH try2 11/14] completion: update " Felipe Contreras
2013-10-12  7:04 ` [PATCH try2 06/14] stash: add --stage option to save Felipe Contreras

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

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).