summaryrefslogtreecommitdiff
path: root/refs/files-backend.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mh/packed-ref-store-prep'Junio C Hamano2017-06-261-9/+23
|\
| * lock_packed_refs(): fix cache validity checkMichael Haggerty2017-06-121-9/+23
* | Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-2/+1
|\ \
| * | coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-2/+1
| |/
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ | |/ |/|
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | create_ref_entry(): remove `check_name` optionMichael Haggerty2017-05-231-4/+8
* | refs_ref_iterator_begin(): handle `GIT_REF_PARANOIA`Michael Haggerty2017-05-231-7/+4
* | read_packed_refs(): report unexpected fopen() failuresMichael Haggerty2017-05-231-2/+12
* | read_packed_refs(): do more of the work of reading packed refsMichael Haggerty2017-05-231-16/+24
* | get_packed_ref_cache(): assume "packed-refs" won't change while lockedMichael Haggerty2017-05-231-5/+11
* | should_pack_ref(): new function, extracted from `files_pack_refs()`Michael Haggerty2017-05-231-14/+28
* | ref_update_reject_duplicates(): expose function to whole refs moduleMichael Haggerty2017-05-231-17/+0
* | ref_transaction_prepare(): new optional step for reference updatesMichael Haggerty2017-05-231-13/+50
* | ref_transaction_commit(): check for valid `transaction->state`Michael Haggerty2017-05-231-3/+0
* | files_transaction_cleanup(): new helper functionMichael Haggerty2017-05-231-9/+24
* | files_ref_store: put the packed files lock directly in this structMichael Haggerty2017-05-231-18/+11
* | files-backend: move `lock` member to `files_ref_store`Michael Haggerty2017-05-231-19/+17
* | ref_store: take a `msg` parameter when deleting referencesMichael Haggerty2017-05-231-2/+2
* | refs: use `size_t` indexes when iterating over ref transaction updatesMichael Haggerty2017-05-231-2/+4
* | files-backend: use `die("BUG: ...")`, not `die("internal error: ...")`Michael Haggerty2017-05-231-4/+4
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-231-82/+74
|\ \
| * | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-1/+1
| * | refs/files-backend: convert many internals to struct object_idbrian m. carlson2017-05-081-69/+57
| * | refs: convert struct ref_update to use struct object_idbrian m. carlson2017-05-081-14/+15
| * | reflog_expire: convert to struct object_idbrian m. carlson2017-05-081-2/+5
| |/
* | Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-161-4/+4
|\ \
| * | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-2/+2
| * | PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-231-1/+1
| * | parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin2017-04-231-1/+1
* | | Merge branch 'nd/worktree-kill-parse-ref'Junio C Hamano2017-05-161-44/+0
|\ \ \ | |_|/ |/| |
| * | refs: kill set_worktree_head_symref()Nguyễn Thái Ngọc Duy2017-04-241-44/+0
| |/
* | Merge branch 'mh/separate-ref-cache'Junio C Hamano2017-04-261-1075/+154
|\ \
| * | files_pack_refs(): use reference iterationMichael Haggerty2017-04-161-83/+60
| * | commit_packed_refs(): use reference iterationMichael Haggerty2017-04-161-21/+17
| * | cache_ref_iterator_begin(): make function smarterMichael Haggerty2017-04-161-31/+13
| * | get_loose_ref_cache(): new functionMichael Haggerty2017-04-161-2/+7
| * | get_loose_ref_dir(): function renamed from get_loose_refs()Michael Haggerty2017-04-161-3/+3
| * | do_for_each_entry_in_dir(): eliminate `offset` argumentMichael Haggerty2017-04-161-2/+2
| * | refs: handle "refs/bisect/" in `loose_fill_ref_dir()`Michael Haggerty2017-04-161-0/+15
| * | ref-cache: use a callback function to fill the cacheMichael Haggerty2017-04-161-4/+6
| * | refs: record the ref_store in ref_cache, not ref_dirMichael Haggerty2017-04-161-3/+3
| * | ref-cache: introduce a new type, ref_cacheMichael Haggerty2017-04-161-11/+17
| * | refs: split `ref_cache` code into separate filesMichael Haggerty2017-04-161-733/+3
| * | ref-cache: rename `remove_entry()` to `remove_entry_from_dir()`Michael Haggerty2017-04-161-2/+2
| * | ref-cache: rename `find_ref()` to `find_ref_entry()`Michael Haggerty2017-04-161-3/+3
| * | ref-cache: rename `add_ref()` to `add_ref_entry()`Michael Haggerty2017-04-161-4/+4
| * | refs_verify_refname_available(): use function in more placesMichael Haggerty2017-04-161-160/+11
| * | refs_verify_refname_available(): implement once for all backendsMichael Haggerty2017-04-161-31/+8
| * | get_ref_dir(): don't call read_loose_refs() for "refs/bisect"Michael Haggerty2017-04-141-2/+0
| |/