git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bash completion: remove deprecated --prune from git-gc
@ 2008-12-13 19:08 Markus Heidelberg
  2008-12-14 10:38 ` Johannes Schindelin
  0 siblings, 1 reply; 8+ messages in thread
From: Markus Heidelberg @ 2008-12-13 19:08 UTC (permalink / raw)
  To: gitster; +Cc: git


Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
---
 contrib/completion/git-completion.bash |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index c79c98f..9e0c48b 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -835,7 +835,7 @@ _git_gc ()
 	local cur="${COMP_WORDS[COMP_CWORD]}"
 	case "$cur" in
 	--*)
-		__gitcomp "--prune --aggressive"
+		__gitcomp "--aggressive"
 		return
 		;;
 	esac
-- 
1.6.1.rc1.54.gd1643

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

end of thread, other threads:[~2008-12-15 18:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-13 19:08 [PATCH] bash completion: remove deprecated --prune from git-gc Markus Heidelberg
2008-12-14 10:38 ` Johannes Schindelin
2008-12-14 11:12   ` Jeff King
2008-12-14 11:17     ` Johannes Schindelin
2008-12-14 11:19       ` Jeff King
2008-12-15 18:06         ` Brandon Casey
2008-12-15 16:51     ` Brandon Casey
2008-12-14 11:23   ` 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).