]> git.ipfire.org Git - thirdparty/git.git/commitdiff
bash: Hide git-fast-import.
authorShawn O. Pearce <spearce@spearce.org>
Mon, 12 Feb 2007 00:55:22 +0000 (19:55 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 12 Feb 2007 00:55:22 +0000 (19:55 -0500)
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>
contrib/completion/git-completion.bash

index eecdaa0e75a1873ca08dcfb8e57426cb73bd293a..5d3d4020515875b7fcfae98ef03680d076d6e0ee 100755 (executable)
@@ -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;;