Skip to content

Commit eae67e8

Browse files
alejandro5042dscho
authored andcommitted
Document how $HOME is set on Windows
Git documentation refers to $HOME and $XDG_CONFIG_HOME often, but does not specify how or where these values come from on Windows where neither is set by default. The new documentation reflects the behavior of setup_windows_environment() in compat/mingw.c. Signed-off-by: Alejandro Barreto <[email protected]>
1 parent b3284a2 commit eae67e8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Documentation/git.txt

+8
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,14 @@ their values the same way as Boolean valued configuration variables, e.g.
465465

466466
Here are the variables:
467467

468+
System
469+
~~~~~~
470+
`HOME`::
471+
Specifies the path to the user's home directory. On Windows, if
472+
unset, Git will set a process environment variable equal to:
473+
`$HOMEDRIVE$HOMEPATH` if both `$HOMEDRIVE` and `$HOMEPATH` exist;
474+
otherwise `$USERPROFILE` if `$USERPROFILE` exists.
475+
468476
The Git Repository
469477
~~~~~~~~~~~~~~~~~~
470478
These environment variables apply to 'all' core Git commands. Nb: it

0 commit comments

Comments
 (0)