Changes in v2 are: - add a patch from Dscho to make config variable 'help.browser' work on Windows again - rename option "--command-only" to "--exclude-guides" which is less ambiguous in 'help' context - improve test script - refactor usage of argv_array in handle_builtin Johannes Schindelin (1): Revert "display HTML in default browser using Windows' shell API" Ralf Thielow (2): help: introduce option --exclude-guides help: make option --help open man pages only for Git commands Documentation/git-help.txt | 11 ++++++--- builtin/help.c | 37 ++++++++++++++++++------------ compat/mingw.c | 42 ---------------------------------- compat/mingw.h | 3 --- contrib/completion/git-completion.bash | 2 +- git.c | 15 +++++++++++- t/t0012-help.sh | 41 +++++++++++++++++++++++++++++++++ 7 files changed, 87 insertions(+), 64 deletions(-) create mode 100755 t/t0012-help.sh -- 2.9.2.912.gd0c0e83 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html