environment: place key repository state in the_repository
Brandon Williams committed about 9 years ago
repository: introduce the repository object
Brandon Williams committed about 9 years ago
environment: remove namespace_len variable
Brandon Williams committed about 9 years ago
setup: add comment indicating a hack
Brandon Williams committed about 9 years ago
setup: don't perform lazy initialization of repository state
Brandon Williams committed about 9 years ago
Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-object
Junio C Hamano committed about 9 years ago
pull: optionally rebase submodules (remote submodule changes only)
Stefan Beller committed about 9 years ago
builtin/fetch: parse recurse-submodules-default at default options parsing
Stefan Beller committed about 9 years ago
builtin/fetch: factor submodule recurse parsing out to submodule config
Stefan Beller committed about 9 years ago
commit_packed_refs(): remove call to `packed_refs_unlock()`
Michael Haggerty committed about 9 years ago
clear_packed_ref_cache(): don't protest if the lock is held
Michael Haggerty committed about 9 years ago
packed_refs_unlock(), packed_refs_is_locked(): new functions
Michael Haggerty committed about 9 years ago
packed_refs_lock(): report errors via a `struct strbuf *err`
Michael Haggerty committed about 9 years ago
packed_refs_lock(): function renamed from lock_packed_refs()
Michael Haggerty committed about 9 years ago
commit_packed_refs(): use a staging file separate from the lockfile
Michael Haggerty committed about 9 years ago
commit_packed_refs(): report errors rather than dying
Michael Haggerty committed about 9 years ago
packed_ref_store: make class into a subclass of `ref_store`
Michael Haggerty committed about 9 years ago
packed-backend: new module for handling packed references
Michael Haggerty committed about 9 years ago
packed_read_raw_ref(): new function, replacing `resolve_packed_ref()`
Michael Haggerty committed about 9 years ago
packed_ref_store: support iteration
Michael Haggerty committed about 9 years ago