projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c734615
)
bash: Hide git-fast-import.
author
Shawn O. Pearce
<spearce@spearce.org>
Mon, 12 Feb 2007 00:55:22 +0000
(19:55 -0500)
committer
Shawn 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
patch
|
blob
|
history
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index eecdaa0e75a1873ca08dcfb8e57426cb73bd293a..5d3d4020515875b7fcfae98ef03680d076d6e0ee 100755
(executable)
--- 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;;