validate_headref: NUL-terminate HEAD buffer
Jeff King committed almost 9 years ago
worktree: check the result of read_in_full()
Jeff King committed almost 9 years ago
worktree: use xsize_t to access file size
Jeff King committed almost 9 years ago
distinguish error versus short read from read_in_full()
Jeff King committed almost 9 years ago
avoid looking at errno for short read_in_full() returns
Jeff King committed almost 9 years ago
prefer "!=" when checking read_in_full() result
Jeff King committed almost 9 years ago
t7406: submodule.<name>.update command must not be run from .gitmodules
Stefan Beller committed almost 9 years ago
connect: in ref advertisement, shallows are last
Jonathan Tan committed almost 9 years ago
string-list.h: move documentation from Documentation/api/ into header
Han-Wen Nienhuys committed almost 9 years ago
read_gitfile_gently: clarify return value ownership.
Han-Wen Nienhuys committed almost 9 years ago
real_path: clarify return value ownership
Han-Wen Nienhuys committed almost 9 years ago
Junio C Hamano committed almost 9 years ago
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