зеркало из https://github.com/microsoft/git.git
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>
This commit is contained in:
Родитель
c73461567e
Коммит
c6ec3b13b8
|
@ -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;;
|
||||
|
|
Загрузка…
Ссылка в новой задаче