git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [StGit PATCH] Remove 'add' command entries from stgit-completion.bash
@ 2008-08-30 19:46 Shinya Kuribayashi
  2008-08-30 20:30 ` [StGit PATCH revised] Remove add/applied/unapplied bash completion entries Shinya Kuribayashi
  0 siblings, 1 reply; 5+ messages in thread
From: Shinya Kuribayashi @ 2008-08-30 19:46 UTC (permalink / raw)
  To: catalin.marinas; +Cc: git

"stg add" was dropped several months ago.

Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
---
contrib/stgit-completion.bash |    2 --
1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/contrib/stgit-completion.bash b/contrib/stgit-completion.bash
index 1867e6b..a25a603 100644
--- a/contrib/stgit-completion.bash
+++ b/contrib/stgit-completion.bash
@@ -11,7 +11,6 @@
#         . ~/.stgit-completion.bash

_stg_commands="
-    add
    applied
    branch
    delete
@@ -264,7 +263,6 @@ _stg ()
        # working-copy commands
        diff)   _stg_patches_options $command _applied_patches "-r --range" ;;
	resolved) _complete_files $command "$(_conflicting_files)" ;;
-	add)	_complete_files $command "$(_unknown_files)" ;;
#	rm)	_complete_files $command "$(_known_files)" ;;
	# commands that usually raher accept branches
	branch) _complete_branch $command _all_branches ;;

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

end of thread, other threads:[~2008-09-06 14:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-30 19:46 [StGit PATCH] Remove 'add' command entries from stgit-completion.bash Shinya Kuribayashi
2008-08-30 20:30 ` [StGit PATCH revised] Remove add/applied/unapplied bash completion entries Shinya Kuribayashi
2008-09-05 17:16   ` [StGit PATCH rev3] contrib/stgit-completion.bash: Remove add/applied/cp/rm/unapplied Shinya Kuribayashi
2008-09-06  6:18     ` Karl Hasselström
2008-09-06 14:28     ` Karl Hasselström

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