aboutsummaryrefslogtreecommitdiffstats
path: root/refs/files-backend.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-10refs/files-backend: fix memory leak in lock_ref_for_updateMartin Ågren1-11/+20
2017-09-10refs/files-backend: add longer-scoped copy of string to listMartin Ågren1-4/+14
2017-09-09files_transaction_finish(): delete reflogs before referencesMichael Haggerty1-14/+21
2017-09-09files_ref_store: use a transaction to update packed refsMichael Haggerty1-31/+101
2017-09-09files_initial_transaction_commit(): use a transaction for packed refsMichael Haggerty1-10/+19
2017-09-09prune_refs(): also free the linked listMichael Haggerty1-4/+10
2017-09-09files_pack_refs(): use a reference transaction to write packed refsMichael Haggerty1-7/+17
2017-09-09packed_delete_refs(): implement methodMichael Haggerty1-1/+1
2017-09-06ref_lock: stop leaking lock_filesJeff King1-23/+16
2017-09-06tempfile: auto-allocate tempfiles on heapJeff King1-2/+2
2017-09-06lockfile: do not rollback lock on failed closeJeff King1-6/+7
2017-08-26Merge branch 'mh/ref-lock-entry'Junio C Hamano1-2/+6
2017-08-24files-backend: make reflog iterator go through per-worktree reflogNguyễn Thái Ngọc Duy1-14/+45
2017-08-23refs: retry acquiring reference locks for 100msMichael Haggerty1-2/+6
2017-08-22Merge branch 'mh/packed-ref-store'Junio C Hamano1-564/+75
2017-08-17files-backend: cheapen refname_available check when locking refsMichael Haggerty1-4/+4
2017-07-03repack_without_refs(): don't lock or unlock the packed refsMichael Haggerty1-16/+31
2017-06-26Merge branch 'mh/packed-ref-store-prep'Junio C Hamano1-9/+23
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano1-2/+1
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-23commit_packed_refs(): remove call to `packed_refs_unlock()`Michael Haggerty1-0/+2
2017-06-23packed_refs_lock(): report errors via a `struct strbuf *err`Michael Haggerty1-4/+2
2017-06-23packed_refs_lock(): function renamed from lock_packed_refs()Michael Haggerty1-2/+2
2017-06-23commit_packed_refs(): report errors rather than dyingMichael Haggerty1-5/+5
2017-06-23packed_ref_store: make class into a subclass of `ref_store`Michael Haggerty1-8/+8
2017-06-23packed-backend: new module for handling packed referencesMichael Haggerty1-639/+1
2017-06-23packed_read_raw_ref(): new function, replacing `resolve_packed_ref()`Michael Haggerty1-19/+17
2017-06-23packed_ref_store: support iterationMichael Haggerty1-9/+110
2017-06-23packed_peel_ref(): new function, extracted from `files_peel_ref()`Michael Haggerty1-11/+15
2017-06-23repack_without_refs(): take a `packed_ref_store *` parameterMichael Haggerty1-10/+10
2017-06-23get_packed_ref(): take a `packed_ref_store *` parameterMichael Haggerty1-5/+7
2017-06-23rollback_packed_refs(): take a `packed_ref_store *` parameterMichael Haggerty1-8/+7
2017-06-23commit_packed_refs(): take a `packed_ref_store *` parameterMichael Haggerty1-9/+9
2017-06-23lock_packed_refs(): take a `packed_ref_store *` parameterMichael Haggerty1-9/+22
2017-06-23add_packed_ref(): take a `packed_ref_store *` parameterMichael Haggerty1-5/+5
2017-06-23get_packed_refs(): take a `packed_ref_store *` parameterMichael Haggerty1-5/+5
2017-06-23get_packed_ref_cache(): take a `packed_ref_store *` parameterMichael Haggerty1-14/+12
2017-06-23validate_packed_ref_cache(): take a `packed_ref_store *` parameterMichael Haggerty1-7/+6
2017-06-23clear_packed_ref_cache(): take a `packed_ref_store *` parameterMichael Haggerty1-8/+8
2017-06-23packed_ref_store: move `packed_refs_lock` member hereMichael Haggerty1-15/+16
2017-06-23packed_ref_store: move `packed_refs_path` hereMichael Haggerty1-13/+12
2017-06-23packed_ref_store: new structMichael Haggerty1-9/+33
2017-06-23add_packed_ref(): teach function to overwrite existing refsMichael Haggerty1-22/+18
2017-06-18branch: add a --copy (-c) option to go with --move (-m)Sahil Dua1-8/+38
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason1-2/+1
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-06-12lock_packed_refs(): fix cache validity checkMichael Haggerty1-9/+23
2017-05-23create_ref_entry(): remove `check_name` optionMichael Haggerty1-4/+8
2017-05-23refs_ref_iterator_begin(): handle `GIT_REF_PARANOIA`Michael Haggerty1-7/+4
2017-05-23read_packed_refs(): report unexpected fopen() failuresMichael Haggerty1-2/+12