Documentation: fix formatting typo in pretty-formats.txt
Andreas Heiduk committed over 9 years ago
ref-filter: limit traversal to prefix
Jeff King committed over 9 years ago
create_ref_entry(): remove `check_name` option
Michael Haggerty committed over 9 years ago
refs_ref_iterator_begin(): handle `GIT_REF_PARANOIA`
Michael Haggerty committed over 9 years ago
read_packed_refs(): report unexpected fopen() failures
Michael Haggerty committed over 9 years ago
read_packed_refs(): do more of the work of reading packed refs
Michael Haggerty committed over 9 years ago
get_packed_ref_cache(): assume "packed-refs" won't change while locked
Michael Haggerty committed over 9 years ago
should_pack_ref(): new function, extracted from `files_pack_refs()`
Michael Haggerty committed over 9 years ago
ref_update_reject_duplicates(): add a sanity check
Michael Haggerty committed over 9 years ago
ref_update_reject_duplicates(): use `size_t` rather than `int`
Michael Haggerty committed over 9 years ago
ref_update_reject_duplicates(): expose function to whole refs module
Michael Haggerty committed over 9 years ago
ref_transaction_prepare(): new optional step for reference updates
Michael Haggerty committed over 9 years ago
ref_transaction_commit(): check for valid `transaction->state`
Michael Haggerty committed over 9 years ago
files_transaction_cleanup(): new helper function
Michael Haggerty committed over 9 years ago
files_ref_store: put the packed files lock directly in this struct
Michael Haggerty committed over 9 years ago
files-backend: move `lock` member to `files_ref_store`
Michael Haggerty committed over 9 years ago
lockfile: add a new method, is_lock_file_locked()
Michael Haggerty committed over 9 years ago
ref_store: take a `msg` parameter when deleting references
Michael Haggerty committed over 9 years ago
refs: use `size_t` indexes when iterating over ref transaction updates
Michael Haggerty committed over 9 years ago
refs_ref_iterator_begin(): don't check prefixes redundantly
Michael Haggerty committed over 9 years ago