The path to the installed HTML documentation has to be queried, so that git-gui is able to open it for viewing. This doesn't really work currently, because a hardcoded path is used. Markus Heidelberg (2): add --html-path to get the location of installed HTML docs git-gui: use `git --html-path` to get the location of installed HTML docs Documentation/git.txt | 6 +++++- Makefile | 1 + contrib/completion/git-completion.bash | 1 + exec_cmd.c | 6 ++++++ git.c | 5 ++++- perl/Git.pm | 12 +++++++++++- git-gui/git-gui.sh | 33 +++++++++++++++++++++++++++++---- 7 files changed, 57 insertions(+), 7 deletions(-) -- 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