commit | d0408c0c8cd636233f01c0bda9ad71161609297c | [log] [tgz] |
---|---|---|
author | Pat Thoyts <patthoyts@users.sourceforge.net> | Fri Jun 22 13:48:46 2012 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Jun 22 11:06:08 2012 -0700 |
tree | 9b72501172060c48dd9fa2618bc66286b713fa5f | |
parent | 1cc8af044cad37b5f7df85b177f6aa979aa3215a [diff] |
Restore use of 'help.format' configuration property in 'git help' Commit 1cc8af0 "help: use HTML as the default help format on Windows" lost the ability to make use of the help.format config value by forcing the use of a compiled in default if no command-line argument was provided. This commit restores the use of the help.format value if one is available, overriding the compiled default. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>