aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-02-11 19:55:22 -0500
committerShawn O. Pearce <spearce@spearce.org>2007-02-11 19:55:22 -0500
commitc6ec3b13b81d59272e41d5316689c65dd4cc2e63 (patch)
treeb8f04727950669257651135344b1c2ba41301a41 /contrib
parentc73461567e5bb32d9dc7ffe2b1cdbf736cb86bfc (diff)
downloadgit-c6ec3b13b81d59272e41d5316689c65dd4cc2e63.tar.gz
git-c6ec3b13b81d59272e41d5316689c65dd4cc2e63.tar.xz
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 <spearce@spearce.org>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/completion/git-completion.bash1
1 files changed, 1 insertions, 0 deletions
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;;