From: Shawn O. Pearce Date: Thu, 24 May 2007 05:01:02 +0000 (-0400) Subject: Hide the plumbing diff-{files,index,tree} from bash completion X-Git-Tag: v1.5.2.1~15^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5cfb4fe525034b758ca39a32d05cc8b2a53d2a13?hp=5cfb4fe525034b758ca39a32d05cc8b2a53d2a13 Hide the plumbing diff-{files,index,tree} from bash completion The diff-* programs are meant to be plumbing for the diff frontend; most end users aren't invoking these commands directly. Consequently we should avoid showing them as possible completions. Signed-off-by: Shawn O. Pearce ---