summaryrefslogtreecommitdiff
path: root/refs/files-backend.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-09repack_without_refs(): add a files_ref_store argumentLibravatar Michael Haggerty1-5/+7
2016-09-09refs: make peel_ref() virtualLibravatar Michael Haggerty1-2/+4
2016-09-09refs: make create_symref() virtualLibravatar Michael Haggerty1-1/+6
2016-09-09refs: make pack_refs() virtualLibravatar Michael Haggerty1-2/+4
2016-09-09refs: make verify_refname_available() virtualLibravatar Michael Haggerty1-6/+8
2016-09-09refs: make read_raw_ref() virtualLibravatar Michael Haggerty1-6/+8
2016-09-09resolve_gitlink_ref(): implement using resolve_ref_recursively()Libravatar Michael Haggerty1-67/+0
2016-09-09read_raw_ref(): take a (struct ref_store *) argumentLibravatar Michael Haggerty1-5/+13
2016-09-09resolve_gitlink_packed_ref(): remove functionLibravatar Michael Haggerty1-21/+5
2016-09-09resolve_packed_ref(): rename function from resolve_missing_loose_ref()Libravatar Michael Haggerty1-6/+5
2016-09-09refs: reorder definitionsLibravatar Michael Haggerty1-83/+83
2016-09-09refs: add a transaction_commit() methodLibravatar Ronnie Sahlberg1-4/+6
2016-09-09{lock,commit,rollback}_packed_refs(): add files_ref_store argumentsLibravatar Michael Haggerty1-16/+16
2016-09-09resolve_missing_loose_ref(): add a files_ref_store argumentLibravatar Michael Haggerty1-6/+6
2016-09-09get_packed_ref(): add a files_ref_store argumentLibravatar Michael Haggerty1-7/+9
2016-09-09add_packed_ref(): add a files_ref_store argumentLibravatar Michael Haggerty1-4/+5
2016-09-09refs: create a base class "ref_store" for files_ref_storeLibravatar Michael Haggerty1-78/+99
2016-09-09refs: add a backend method structureLibravatar Ronnie Sahlberg1-0/+5
2016-09-09refs: rename struct ref_cache to files_ref_storeLibravatar Michael Haggerty1-63/+63
2016-09-09resolve_gitlink_ref(): eliminate temporary variableLibravatar Michael Haggerty1-3/+2
2016-08-31allow do_submodule_path to work even if submodule isn't checked outLibravatar Jacob Keller1-1/+7
2016-07-25Merge branch 'mh/ref-iterators'Libravatar Junio C Hamano1-251/+380
2016-07-25Merge branch 'mh/update-ref-errors'Libravatar Junio C Hamano1-32/+42
2016-07-25Merge branch 'mh/split-under-lock'Libravatar Junio C Hamano1-211/+719
2016-06-28coccinelle: apply object_id Coccinelle transformationsLibravatar brian m. carlson1-2/+2
2016-06-20lock_ref_for_update(): avoid a symref resolutionLibravatar Michael Haggerty1-1/+1
2016-06-20lock_ref_for_update(): make error handling more uniformLibravatar Michael Haggerty1-32/+42
2016-06-20for_each_reflog(): reimplement using iteratorsLibravatar Michael Haggerty1-42/+71
2016-06-20for_each_reflog(): don't abort for bad referencesLibravatar Michael Haggerty1-1/+1
2016-06-20do_for_each_ref(): reimplement using reference iterationLibravatar Michael Haggerty1-201/+5
2016-06-20refs: introduce an iterator interfaceLibravatar Michael Haggerty1-0/+281
2016-06-20ref_resolves_to_object(): new functionLibravatar Michael Haggerty1-7/+20
2016-06-20entry_resolves_to_object(): rename function from ref_resolves_to_object()Libravatar Michael Haggerty1-3/+3
2016-06-20get_ref_cache(): only create an instance if there is a submoduleLibravatar Michael Haggerty1-11/+22
2016-06-20delete_refs(): add a flags argumentLibravatar Michael Haggerty1-2/+2
2016-06-20refs: use name "prefix" consistentlyLibravatar Michael Haggerty1-12/+12
2016-06-20do_for_each_ref(): move docstring to the header fileLibravatar Michael Haggerty1-9/+0
2016-06-13lock_ref_sha1_basic(): only handle REF_NODEREF modeLibravatar Michael Haggerty1-34/+20
2016-06-13commit_ref_update(): remove the flags parameterLibravatar Michael Haggerty1-7/+7
2016-06-13lock_ref_for_update(): don't resolve symrefsLibravatar Michael Haggerty1-30/+78
2016-06-13lock_ref_for_update(): don't re-read non-symbolic referencesLibravatar Michael Haggerty1-18/+30
2016-06-13refs: resolve symbolic refs firstLibravatar Michael Haggerty1-38/+470
2016-06-13unlock_ref(): move definition higher in the fileLibravatar Michael Haggerty1-10/+10
2016-06-13lock_ref_for_update(): new functionLibravatar Michael Haggerty1-67/+85
2016-06-13verify_refname_available(): adjust constness in declarationLibravatar Michael Haggerty1-2/+2
2016-06-13refs: don't dereference on renameLibravatar David Turner1-5/+16
2016-06-13refs: allow log-only updatesLibravatar David Turner1-6/+10
2016-06-13ref_transaction_commit(): correctly report close_ref() failureLibravatar Michael Haggerty1-0/+1
2016-06-13ref_transaction_create(): disallow recursive pruningLibravatar Michael Haggerty1-1/+1
2016-06-13refs: make error messages more consistentLibravatar Michael Haggerty1-16/+16