bash: Classify cat-file and reflog as plumbing.
commit2e3a430a9a976ec9324b33fef41dfeb55353a1ae
authorShawn O. Pearce <spearce@spearce.org>
Sun, 4 Feb 2007 07:38:21 +0000 (4 02:38 -0500)
committerJunio C Hamano <junkio@cox.net>
Sun, 4 Feb 2007 08:18:41 +0000 (4 00:18 -0800)
tree5267b98f0e16eb32772e9145efa7fcfbfca13312
parent9f4cc6f76b8a15a89b85a43e0c0016a64d368709
bash: Classify cat-file and reflog as plumbing.

Now that git-show is capable of displaying any file content from any
revision and is the approved Porcelain-ish level method of doing so,
cat-file should no longer be classified as a user-level utility by
the bash completion package.

I'm also classifying the new git-reflog command as plumbing for the
time being as there are no subcommands which are really useful to
the end-user.  git-gc already invokes `git reflog expire --all`,
which makes it rather unnecessary for the user to invoke it directly.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/completion/git-completion.bash