summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c734615)
raw | patch | inline | side by side (parent: c734615)
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>
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 |
index eecdaa0e75a1873ca08dcfb8e57426cb73bd293a..5d3d4020515875b7fcfae98ef03680d076d6e0ee 100755 (executable)
cvsserver) : daemon;;
daemon) : daemon;;
diff-stages) : nobody uses it;;
+ fast-import) : import;;
fsck-objects) : plumbing;;
fetch-pack) : plumbing;;
fmt-merge-msg) : plumbing;;