Merge branch 'jk/check-repository-format'
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Apr 2016 21:12:28 +0000 (14:12 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Apr 2016 21:12:28 +0000 (14:12 -0700)
commit907c416534dbf110a4659b64ae65806f2b1e8d4d
tree5e7b98dbbd50e7c943ae60c837db37b3dabcdf60
parent7b0d47b3b6b5b64e02a5aa06b0452cadcdb18355
parent274db840b48d144a8f0f8d8bd324365670c67275
Merge branch 'jk/check-repository-format'

The repository set-up sequence has been streamlined (the biggest
change is that there is no longer git_config_early()), so that we
do not attempt to look into refs/* when we know we do not have a
Git repository.

* jk/check-repository-format:
  verify_repository_format: mark messages for translation
  setup: drop repository_format_version global
  setup: unify repository version callbacks
  init: use setup.c's repo version verification
  setup: refactor repo format reading and verification
  config: drop git_config_early
  check_repository_format_gently: stop using git_config_early
  lazily load core.sharedrepository
  wrap shared_repository global in get/set accessors
  setup: document check_repository_format()
builtin/init-db.c
cache.h
config.c
environment.c
path.c
setup.c