packed_peel_ref(): new function, extracted from `files_peel_ref()`
Michael Haggerty committed about 9 years ago
repack_without_refs(): take a `packed_ref_store *` parameter
Michael Haggerty committed about 9 years ago
get_packed_ref(): take a `packed_ref_store *` parameter
Michael Haggerty committed about 9 years ago
rollback_packed_refs(): take a `packed_ref_store *` parameter
Michael Haggerty committed about 9 years ago
commit_packed_refs(): take a `packed_ref_store *` parameter
Michael Haggerty committed about 9 years ago
lock_packed_refs(): take a `packed_ref_store *` parameter
Michael Haggerty committed about 9 years ago
add_packed_ref(): take a `packed_ref_store *` parameter
Michael Haggerty committed about 9 years ago
get_packed_refs(): take a `packed_ref_store *` parameter
Michael Haggerty committed about 9 years ago
get_packed_ref_cache(): take a `packed_ref_store *` parameter
Michael Haggerty committed about 9 years ago
validate_packed_ref_cache(): take a `packed_ref_store *` parameter
Michael Haggerty committed about 9 years ago
clear_packed_ref_cache(): take a `packed_ref_store *` parameter
Michael Haggerty committed about 9 years ago
packed_ref_store: move `packed_refs_lock` member here
Michael Haggerty committed about 9 years ago
packed_ref_store: move `packed_refs_path` here
Michael Haggerty committed about 9 years ago
Michael Haggerty committed about 9 years ago
add_packed_ref(): teach function to overwrite existing refs
Michael Haggerty committed about 9 years ago
t1408: add a test of stale packed refs covered by loose refs
Junio C Hamano committed about 9 years ago
pathspec: die on empty strings as pathspec
Emily Xie committed over 9 years ago
t0027: do not use an empty string as a pathspec element
Junio C Hamano committed about 9 years ago
t3420: fix under GETTEXT_POISON build
Junio C Hamano committed about 9 years ago
submodules: overhaul documentation
Stefan Beller committed about 9 years ago