We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb89eeb + 8525e92 commit 930f2b4Copy full SHA for 930f2b4
Documentation/git.txt
@@ -477,6 +477,14 @@ their values the same way as Boolean valued configuration variables, e.g.
477
478
Here are the variables:
479
480
+System
481
+~~~~~~~~~~~~~~~~~~
482
+`HOME`::
483
+ Specifies the path to the user's home directory. On Windows, if
484
+ unset, Git will set a process environment variable equal to:
485
+ `$HOMEDRIVE$HOMEPATH` if both `$HOMEDRIVE` and `$HOMEPATH` exist;
486
+ otherwise `$USERPROFILE` if `$USERPROFILE` exists.
487
+
488
The Git Repository
489
~~~~~~~~~~~~~~~~~~
490
These environment variables apply to 'all' core Git commands. Nb: it
0 commit comments