config: read config from a repository object
Brandon Williams committed over 9 years ago
path: add repo_worktree_path and strbuf_repo_worktree_path
Brandon Williams committed over 9 years ago
path: add repo_git_path and strbuf_repo_git_path
Brandon Williams committed over 9 years ago
path: worktree_git_path() should not use file relocation
Brandon Williams committed over 9 years ago
path: convert do_git_path to take a 'struct repository'
Brandon Williams committed over 9 years ago
path: convert strbuf_git_common_path to take a 'struct repository'
Brandon Williams committed over 9 years ago
path: always pass in commondir to update_common_dir
Brandon Williams committed over 9 years ago
Brandon Williams committed over 9 years ago
environment: store worktree in the_repository
Brandon Williams committed over 9 years ago
environment: place key repository state in the_repository
Brandon Williams committed over 9 years ago
repository: introduce the repository object
Brandon Williams committed over 9 years ago
environment: remove namespace_len variable
Brandon Williams committed over 9 years ago
setup: add comment indicating a hack
Brandon Williams committed over 9 years ago
setup: don't perform lazy initialization of repository state
Brandon Williams committed over 9 years ago
Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-object
Junio C Hamano committed over 9 years ago
pull: optionally rebase submodules (remote submodule changes only)
Stefan Beller committed over 9 years ago
builtin/fetch: parse recurse-submodules-default at default options parsing
Stefan Beller committed over 9 years ago
builtin/fetch: factor submodule recurse parsing out to submodule config
Stefan Beller committed over 9 years ago
commit_packed_refs(): remove call to `packed_refs_unlock()`
Michael Haggerty committed over 9 years ago
clear_packed_ref_cache(): don't protest if the lock is held
Michael Haggerty committed over 9 years ago