mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
cache.h: remove this no-longer-used header
Since this header showed up in some places besides just #include statements, update/clean-up/remove those other places as well. Note that compat/fsmonitor/fsm-path-utils-darwin.c previously got away with violating the rule that all files must start with an include of git-compat-util.h (or a short-list of alternate headers that happen to include it first). This change exposed the violation and caused it to stop building correctly; fix it by having it include git-compat-util.h first, as per policy. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
08c46a499a
commit
bc5c5ec044
@@ -109,7 +109,7 @@ char *git_work_tree_cfg;
|
||||
static char *git_namespace;
|
||||
|
||||
/*
|
||||
* Repository-local GIT_* environment variables; see cache.h for details.
|
||||
* Repository-local GIT_* environment variables; see environment.h for details.
|
||||
*/
|
||||
const char * const local_repo_env[] = {
|
||||
ALTERNATE_DB_ENVIRONMENT,
|
||||
|
||||
Reference in New Issue
Block a user