diff options
author | Brandon Williams <bmwill@google.com> | 2017-06-22 11:43:33 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-06-23 18:24:34 -0700 |
commit | c14c234f22e0656a61f5718baf155118e6e609c9 (patch) | |
tree | 7d3ed4c29cef99e9dfc1d2e043c93c2e1b8068c9 /cache.h | |
parent | 359efeffc1f16443be18a80b91ba7cd356eb34f1 (diff) | |
download | git-c14c234f22e0656a61f5718baf155118e6e609c9.tar.gz |
environment: place key repository state in the_repository
Migrate 'git_dir', 'git_common_dir', 'git_object_dir', 'git_index_file',
'git_graft_file', and 'namespace' to be stored in 'the_repository'.
Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -771,7 +771,6 @@ extern int core_apply_sparse_checkout; extern int precomposed_unicode; extern int protect_hfs; extern int protect_ntfs; -extern int git_db_env, git_index_env, git_graft_env, git_common_dir_env; /* * Include broken refs in all ref iterations, which will |