git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/6] bash: Hide diff-stages from completion.
@ 2007-02-05 20:44 Shawn O. Pearce
  2007-02-05 21:01 ` Jakub Narebski
  0 siblings, 1 reply; 7+ messages in thread
From: Shawn O. Pearce @ 2007-02-05 20:44 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Apparently nobody really makes use of git-diff-stages, as nobody
has complained that it is not supported by the git-diff frontend.
Since its likely this will go away in the future, we should not
offer it as a possible subcommand completion.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
---
 contrib/completion/git-completion.bash |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index c22ff48..c4d433f 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -269,6 +269,7 @@ __git_commands ()
 		cvsimport)        : import;;
 		cvsserver)        : daemon;;
 		daemon)           : daemon;;
+		diff-stages)      : nobody uses it;;
 		fsck-objects)     : plumbing;;
 		fetch-pack)       : plumbing;;
 		fmt-merge-msg)    : plumbing;;
-- 
1.5.0.rc3.58.g79812

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

end of thread, other threads:[~2007-02-06  0:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-05 20:44 [PATCH 2/6] bash: Hide diff-stages from completion Shawn O. Pearce
2007-02-05 21:01 ` Jakub Narebski
2007-02-05 21:10   ` Shawn O. Pearce
2007-02-05 21:27     ` Nicolas Pitre
2007-02-05 22:04       ` Jakub Narebski
2007-02-05 22:26         ` Nicolas Pitre
2007-02-06  0:27           ` Jakub Narebski

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