]> git.ipfire.org Git - thirdparty/git.git/commit
Document HOME environment variable
authorAlejandro Barreto <alejandro.barreto@ni.com>
Mon, 9 Dec 2024 19:18:14 +0000 (19:18 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Dec 2024 23:47:55 +0000 (08:47 +0900)
commit8525e928868757c2ebce3859dae0a9fd0f9ac9fd
treeaae825d5530fd33342c290ba7eabebbf36117d5a
parent92999a42db1c5f43f330e4f2bca4026b5b81576f
Document HOME environment variable

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 <alejandro.barreto@ni.com>
Signed-off-by: M Hickford <mirth.hickford@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git.txt