author | Matthias Lederhofer <matled@gmx.net> | |
Thu, 28 Jun 2007 14:15:25 +0000 (16:15 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 2 Jul 2007 08:33:44 +0000 (01:33 -0700) | ||
commit | 7627943a1bb0cda6f37b66381a62facf9e200285 | |
tree | 42d37f639f6d8851a7448562b64a281de8a0d45d | tree | snapshot |
parent | 59c93929c8b98b7be00496d61fae8979bab1841d | commit | diff |
getenv/setenv: use constants if available
There were places using "GIT_DIR" instead of GIT_DIR_ENVIRONMENT and
"GIT_CONFIG" instead of CONFIG_ENVIRONMENT. This makes it easier to
find all places touching an environment variable using git grep or
similar tools.
Signed-off-by: Matthias Lederhofer <matled@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
There were places using "GIT_DIR" instead of GIT_DIR_ENVIRONMENT and
"GIT_CONFIG" instead of CONFIG_ENVIRONMENT. This makes it easier to
find all places touching an environment variable using git grep or
similar tools.
Signed-off-by: Matthias Lederhofer <matled@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-config.c | diff | blob | history | |
path.c | diff | blob | history |