]> git.ipfire.org Git - thirdparty/git.git/commit - path.c
environment: place key repository state in the_repository
authorBrandon Williams <bmwill@google.com>
Thu, 22 Jun 2017 18:43:33 +0000 (11:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 24 Jun 2017 01:24:34 +0000 (18:24 -0700)
commitc14c234f22e0656a61f5718baf155118e6e609c9
tree7d3ed4c29cef99e9dfc1d2e043c93c2e1b8068c9
parent359efeffc1f16443be18a80b91ba7cd356eb34f1
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>
cache.h
environment.c
path.c
setup.c