commit | 69099d6bedb0217d7c35f7202acd6185551d762f | [log] [tgz] |
---|---|---|
author | Christian Couder <chriscool@tuxfamily.org> | Tue Mar 11 08:51:12 2008 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Mar 11 23:02:01 2008 -0700 |
tree | 40438d02669845d87eff74462931e38837d929f1 | |
parent | b5578f333595e40cb843461e685c887ad2d01e5c [diff] |
help: implement multi-valued "man.viewer" config option This allows multiple viewer candidates to be listed in the configuration file, like this: [man] viewer = woman viewer = konqueror viewer = man The candidates are tried in the order listed in the configuration file, and the first suitable one (e.g. konqueror cannot be used outside windowed environment) is used. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Tested-by: Xavier Maillard <xma@gnu.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>