bash-completion: Add non-command git help files to bash-completion
commit2946cccfdf2fba591b6af61ad6e658bb927832af
authorMarcus Griep <marcus@griep.us>
Fri, 15 Aug 2008 17:59:28 +0000 (15 13:59 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sat, 16 Aug 2008 09:32:01 +0000 (16 02:32 -0700)
treef4f2a271e66499af3250544a795a0a9756d92d08
parent8134a003e06b5f216cdc1f14acc70d8cab284cf9
bash-completion: Add non-command git help files to bash-completion

Git allows access to the gitattributes man page via `git help attributes`,
but this is not discoverable via the bash-completion mechanism.  This
patch adds all current non-command man pages to the completion candidate
list.

Signed-off-by: Marcus Griep <marcus@griep.us>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash