summaryrefslogtreecommitdiff
path: root/refs
AgeCommit message (Expand)Author
2017-08-27Merge branch 'mh/ref-lock-entry'Junio C Hamano
2017-08-23refs: retry acquiring reference locks for 100msMichael Haggerty
2017-08-22Merge branch 'mh/packed-ref-store'Junio C Hamano
2017-08-17files-backend: cheapen refname_available check when locking refsMichael Haggerty
2017-07-27packed_ref_store: handle a packed-refs file that is a symlinkMichael Haggerty
2017-07-03read_packed_refs(): die if `packed-refs` contains bogus dataMichael Haggerty
2017-07-03repack_without_refs(): don't lock or unlock the packed refsMichael Haggerty
2017-06-26Merge branch 'mh/packed-ref-store-prep'Junio C Hamano
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-23commit_packed_refs(): remove call to `packed_refs_unlock()`Michael Haggerty
2017-06-23clear_packed_ref_cache(): don't protest if the lock is heldMichael Haggerty
2017-06-23packed_refs_unlock(), packed_refs_is_locked(): new functionsMichael Haggerty
2017-06-23packed_refs_lock(): report errors via a `struct strbuf *err`Michael Haggerty
2017-06-23packed_refs_lock(): function renamed from lock_packed_refs()Michael Haggerty
2017-06-23commit_packed_refs(): use a staging file separate from the lockfileMichael Haggerty
2017-06-23commit_packed_refs(): report errors rather than dyingMichael Haggerty
2017-06-23packed_ref_store: make class into a subclass of `ref_store`Michael Haggerty
2017-06-23packed-backend: new module for handling packed referencesMichael Haggerty
2017-06-23packed_read_raw_ref(): new function, replacing `resolve_packed_ref()`Michael Haggerty
2017-06-23packed_ref_store: support iterationMichael Haggerty
2017-06-23packed_peel_ref(): new function, extracted from `files_peel_ref()`Michael Haggerty
2017-06-23repack_without_refs(): take a `packed_ref_store *` parameterMichael Haggerty
2017-06-23get_packed_ref(): take a `packed_ref_store *` parameterMichael Haggerty
2017-06-23rollback_packed_refs(): take a `packed_ref_store *` parameterMichael Haggerty
2017-06-23commit_packed_refs(): take a `packed_ref_store *` parameterMichael Haggerty
2017-06-23lock_packed_refs(): take a `packed_ref_store *` parameterMichael Haggerty
2017-06-23add_packed_ref(): take a `packed_ref_store *` parameterMichael Haggerty
2017-06-23get_packed_refs(): take a `packed_ref_store *` parameterMichael Haggerty
2017-06-23get_packed_ref_cache(): take a `packed_ref_store *` parameterMichael Haggerty
2017-06-23validate_packed_ref_cache(): take a `packed_ref_store *` parameterMichael Haggerty
2017-06-23clear_packed_ref_cache(): take a `packed_ref_store *` parameterMichael Haggerty
2017-06-23packed_ref_store: move `packed_refs_lock` member hereMichael Haggerty
2017-06-23packed_ref_store: move `packed_refs_path` hereMichael Haggerty
2017-06-23packed_ref_store: new structMichael Haggerty
2017-06-23add_packed_ref(): teach function to overwrite existing refsMichael Haggerty
2017-06-16*.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-12lock_packed_refs(): fix cache validity checkMichael Haggerty
2017-05-24cache_ref_iterator_begin(): avoid priming unneeded directoriesMichael Haggerty
2017-05-23create_ref_entry(): remove `check_name` optionMichael Haggerty
2017-05-23refs_ref_iterator_begin(): handle `GIT_REF_PARANOIA`Michael Haggerty
2017-05-23read_packed_refs(): report unexpected fopen() failuresMichael Haggerty
2017-05-23read_packed_refs(): do more of the work of reading packed refsMichael Haggerty
2017-05-23get_packed_ref_cache(): assume "packed-refs" won't change while lockedMichael Haggerty
2017-05-23should_pack_ref(): new function, extracted from `files_pack_refs()`Michael Haggerty
2017-05-23ref_update_reject_duplicates(): expose function to whole refs moduleMichael Haggerty
2017-05-23ref_transaction_prepare(): new optional step for reference updatesMichael Haggerty
2017-05-23ref_transaction_commit(): check for valid `transaction->state`Michael Haggerty