]> git.ipfire.org Git - thirdparty/git.git/commit - help.c
help: add "man.viewer" config var to use "woman" or "konqueror"
authorChristian Couder <chriscool@tuxfamily.org>
Fri, 7 Mar 2008 07:46:28 +0000 (08:46 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Mar 2008 06:02:01 +0000 (23:02 -0700)
commit649499845c274dc15809fe3c9162408c334fec57
tree91e5ad36ef137d3cbd3327a61048d1e3d5ef2b6c
parenta6828f536119c3288b0be772e3870f1a464d017d
help: add "man.viewer" config var to use "woman" or "konqueror"

This patch makes it possible to view man pages using other tools
than the "man" program. It also implements support for emacs'
"woman" and konqueror with the man KIO slave to view man pages.

Note that "emacsclient" is used with option "-e" to launch "woman"
on emacs and this works only on versions >= 22.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Tested-by: Xavier Maillard <xma@gnu.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
help.c