]> git.ipfire.org Git - thirdparty/git.git/commit
config: add back code comment
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Sun, 28 Jan 2024 18:31:40 +0000 (19:31 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Jan 2024 18:27:53 +0000 (10:27 -0800)
commit1cb3b92fc6540007c62c300f33b501681dc4f897
tree8696b05f510bf9d38725fbedc05f9dbafc373ce1
parent74e12192e6d2c7747c411261aee247a7479d5703
config: add back code comment

c15129b699 (config: factor out global config file retrieval, 2024-01-18)
was a refactor that moved some of the code in this function to
`config.c`. However, in the process I managed to drop this code comment
which explains `$HOME not set`.

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Acked-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/config.c