mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
help (mingw): Avoid current working directory when displaying html help
We should specify a working directory to ShellExecute for the following reason. ShellExecute uses the current working directory if not told otherwise. html.c did not override this default. Therefore the current working directory was in use as long as the browser displaying the HTML help was open. As long as a directory is in use, it can't be deleted. This commit changes help.c to avoid this problem. The HTML browser is launched in the root directory "\\". Signed-off-by: Steffen Prohaska <prohaska@zib.de>
This commit is contained in:
Reference in New Issue
Block a user