Browse Source

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>
maint
Shawn O. Pearce 18 years ago
parent
commit
c6ec3b13b8
  1. 1
      contrib/completion/git-completion.bash

1
contrib/completion/git-completion.bash

@ -270,6 +270,7 @@ __git_commands () @@ -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;;

Loading…
Cancel
Save