submodule.c: describe submodule_to_gitdir() in a new comment
Han-Wen Nienhuys committed almost 9 years ago
notes-merge: drop dead zero-write code
Jeff King committed almost 9 years ago
files-backend: prefer "0" for write_in_full() error check
Jeff King committed almost 9 years ago
Win32: simplify loading of DLL functions
Johannes Schindelin committed almost 9 years ago
packed-backend.c: rename a bunch of things and update comments
Michael Haggerty committed almost 9 years ago
mmapped_ref_iterator: inline into `packed_ref_iterator`
Michael Haggerty committed almost 9 years ago
ref_cache: remove support for storing peeled values
Michael Haggerty committed almost 9 years ago
packed_ref_store: get rid of the `ref_cache` entirely
Michael Haggerty committed almost 9 years ago
ref_store: implement `refs_peel_ref()` generically
Michael Haggerty committed almost 9 years ago
packed_read_raw_ref(): read the reference from the mmapped buffer
Michael Haggerty committed almost 9 years ago
packed_ref_iterator_begin(): iterate using `mmapped_ref_iterator`
Michael Haggerty committed almost 9 years ago
read_packed_refs(): ensure that references are ordered when read
Michael Haggerty committed almost 9 years ago
packed_ref_cache: keep the `packed-refs` file mmapped if possible
Michael Haggerty committed almost 9 years ago
packed-backend.c: reorder some definitions
Michael Haggerty committed almost 9 years ago
mmapped_ref_iterator_advance(): no peeled value for broken refs
Michael Haggerty committed almost 9 years ago
mmapped_ref_iterator: add iterator over a packed-refs file
Michael Haggerty committed almost 9 years ago
packed_ref_cache: remember the file-wide peeling state
Michael Haggerty committed almost 9 years ago
read_packed_refs(): read references with minimal copying
Michael Haggerty committed almost 9 years ago
docs: improve discoverability of exclude pathspec
Manav Rathi committed almost 9 years ago
doc: camelCase the config variables to improve readability
Kaartic Sivaraam committed almost 9 years ago