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