From: Sven Strickroth Date: Sun, 24 Mar 2013 19:20:47 +0000 (+0100) Subject: Extended documentation for git.exe path setting X-Git-Tag: REL_1.8.2.0_EXTERNAL~17 X-Git-Url: https://repo.or.cz/w/TortoiseGit.git/commitdiff_plain/20417e167095485e4bf7d82a8ef07b43d8aab613 Extended documentation for git.exe path setting Signed-off-by: Sven Strickroth --- diff --git a/doc/source/en/TortoiseGit/tsvn_dug/dug_settings_general.xml b/doc/source/en/TortoiseGit/tsvn_dug/dug_settings_general.xml index 6e0bdc090..58479fe1d 100644 --- a/doc/source/en/TortoiseGit/tsvn_dug/dug_settings_general.xml +++ b/doc/source/en/TortoiseGit/tsvn_dug/dug_settings_general.xml @@ -6,6 +6,9 @@ sounds + + git.exe path +
The Settings Dialog, General Page @@ -75,12 +78,33 @@ + Git.exe Path + + + TortoiseGit needs to know which git.exe to use for it's operations. Enter the full path to git.exe here. + + + + + There is a known issue in msysgit: + msysGit provides two git.exe-files (one in a folder named bin and one in a folder named cmd). + Make sure Git.exe Path points to the bin-folder within the msysgit installation folder. + + + + + + Extern DLL Path If your git installation needs an extra entry in the PATH environment variable, you can enter it here and it will get added to the PATH environment variable automatically when TortoiseGit starts. + + This is especially needed if you installed the development version of msysGit ("Full installer (self-contained) if you want to hack on Git" with the filename msysGit-fullinstall-*.exe), + in this case it is necessary that the [MSYSGIT-INSTALL-PATH]\mingw\bin-folder is on the path in order to execute git.exe. +