From c6ec3b13b81d59272e41d5316689c65dd4cc2e63 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Sun, 11 Feb 2007 19:55:22 -0500 Subject: [PATCH] bash: Hide git-fast-import. The new git-fast-import command is not intended to be invoked directly by an end user. So offering it as a possible completion for a subcommand is not very useful. Signed-off-by: Shawn O. Pearce --- contrib/completion/git-completion.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index eecdaa0e7..5d3d40205 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -270,6 +270,7 @@ __git_commands () cvsserver) : daemon;; daemon) : daemon;; diff-stages) : nobody uses it;; + fast-import) : import;; fsck-objects) : plumbing;; fetch-pack) : plumbing;; fmt-merge-msg) : plumbing;; -- 2.26.2