Merge branch 'jk/snprintf-cleanups'
Junio C Hamano committed over 9 years ago
do_for_each_entry_in_dir(): delete function
Michael Haggerty committed over 9 years ago
files_pack_refs(): use reference iteration
Michael Haggerty committed over 9 years ago
commit_packed_refs(): use reference iteration
Michael Haggerty committed over 9 years ago
cache_ref_iterator_begin(): make function smarter
Michael Haggerty committed over 9 years ago
get_loose_ref_cache(): new function
Michael Haggerty committed over 9 years ago
get_loose_ref_dir(): function renamed from get_loose_refs()
Michael Haggerty committed over 9 years ago
do_for_each_entry_in_dir(): eliminate `offset` argument
Michael Haggerty committed over 9 years ago
refs: handle "refs/bisect/" in `loose_fill_ref_dir()`
Michael Haggerty committed over 9 years ago
ref-cache: use a callback function to fill the cache
Michael Haggerty committed over 9 years ago
refs: record the ref_store in ref_cache, not ref_dir
Michael Haggerty committed over 9 years ago
ref-cache: introduce a new type, ref_cache
Michael Haggerty committed over 9 years ago
refs: split `ref_cache` code into separate files
Michael Haggerty committed over 9 years ago
ref-cache: rename `remove_entry()` to `remove_entry_from_dir()`
Michael Haggerty committed over 9 years ago
ref-cache: rename `find_ref()` to `find_ref_entry()`
Michael Haggerty committed over 9 years ago
ref-cache: rename `add_ref()` to `add_ref_entry()`
Michael Haggerty committed over 9 years ago
refs_verify_refname_available(): use function in more places
Michael Haggerty committed over 9 years ago
refs_verify_refname_available(): implement once for all backends
Michael Haggerty committed over 9 years ago
sha1_file: remove an used fd variable
Sebastian Schuberth committed over 9 years ago
am: close stream on error, but not stdin
René Scharfe committed over 9 years ago