]> git.neil.brown.name Git - git.git/commit
Merge branch 'bw/repo-object'
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Jul 2017 20:32:55 +0000 (13:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Jul 2017 20:32:56 +0000 (13:32 -0700)
commit85ce4a6828a418a22c69a870b3e059481b4263d6
tree6775adbc2f52165f56cd758820c78f201f349ef3
parent5116f791c12dda6b6c22fa85b600a8e30dfa168a
parent188dce131fa95d85ddc024a1bc7d2b7fc5da4424
Merge branch 'bw/repo-object'

Introduce a "repository" object to eventually make it easier to
work in multiple repositories (the primary focus is to work with
the superproject and its submodules) in a single process.

* bw/repo-object:
  ls-files: use repository object
  repository: enable initialization of submodules
  submodule: convert is_submodule_initialized to work on a repository
  submodule: add repo_read_gitmodules
  submodule-config: store the_submodule_cache in the_repository
  repository: add index_state to struct repo
  config: read config from a repository object
  path: add repo_worktree_path and strbuf_repo_worktree_path
  path: add repo_git_path and strbuf_repo_git_path
  path: worktree_git_path() should not use file relocation
  path: convert do_git_path to take a 'struct repository'
  path: convert strbuf_git_common_path to take a 'struct repository'
  path: always pass in commondir to update_common_dir
  path: create path.h
  environment: store worktree in the_repository
  environment: place key repository state in the_repository
  repository: introduce the repository object
  environment: remove namespace_len variable
  setup: add comment indicating a hack
  setup: don't perform lazy initialization of repository state
Makefile
builtin/grep.c
config.c
submodule.c