author | Marcus Griep <marcus@griep.us> | |
Fri, 15 Aug 2008 17:59:28 +0000 (13:59 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 16 Aug 2008 09:32:01 +0000 (02:32 -0700) | ||
commit | 2946cccfdf2fba591b6af61ad6e658bb927832af | |
tree | f4f2a271e66499af3250544a795a0a9756d92d08 | tree | snapshot |
parent | 8134a003e06b5f216cdc1f14acc70d8cab284cf9 | commit | diff |
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>
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 | diff | blob | history |