summaryrefslogtreecommitdiff
path: root/refs
AgeCommit message (Expand)AuthorFilesLines
2016-09-09files_ref_iterator_begin(): take a ref_store argumentLibravatar Michael Haggerty2-6/+6
2016-09-09split_symref_update(): add a files_ref_store argumentLibravatar Michael Haggerty1-2/+4
2016-09-09lock_ref_sha1_basic(): add a files_ref_store argumentLibravatar Michael Haggerty1-11/+15
2016-09-09lock_ref_for_update(): add a files_ref_store argumentLibravatar Michael Haggerty1-5/+6
2016-09-09commit_ref_update(): add a files_ref_store argumentLibravatar Michael Haggerty1-6/+8
2016-09-09lock_raw_ref(): add a files_ref_store argumentLibravatar Michael Haggerty1-6/+8
2016-09-09repack_without_refs(): add a files_ref_store argumentLibravatar Michael Haggerty1-5/+7
2016-09-09refs: make peel_ref() virtualLibravatar Michael Haggerty2-2/+7
2016-09-09refs: make create_symref() virtualLibravatar Michael Haggerty2-1/+11
2016-09-09refs: make pack_refs() virtualLibravatar Michael Haggerty2-2/+8
2016-09-09refs: make verify_refname_available() virtualLibravatar Michael Haggerty2-6/+15
2016-09-09refs: make read_raw_ref() virtualLibravatar Michael Haggerty2-23/+27
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 Haggerty2-8/+19
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 Sahlberg2-4/+11
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 Haggerty2-78/+177
2016-09-09refs: add a backend method structureLibravatar Ronnie Sahlberg2-0/+13
2016-09-09refs: rename struct ref_cache to files_ref_storeLibravatar Michael Haggerty1-63/+63
2016-09-09rename_ref_available(): add docstringLibravatar David Turner1-1/+11
2016-09-09resolve_gitlink_ref(): eliminate temporary variableLibravatar Michael Haggerty1-3/+2
2016-06-20for_each_reflog(): reimplement using iteratorsLibravatar Michael Haggerty2-42/+78
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 Haggerty3-213/+57
2016-06-20refs: introduce an iterator interfaceLibravatar Michael Haggerty3-0/+830
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 Haggerty2-19/+19
2016-06-20do_for_each_ref(): move docstring to the header fileLibravatar Michael Haggerty2-10/+9
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 Haggerty2-30/+95
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 Haggerty2-40/+479
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-13add_update(): initialize the whole ref_updateLibravatar Michael Haggerty1-0/+14
2016-06-13verify_refname_available(): adjust constness in declarationLibravatar Michael Haggerty2-4/+4
2016-06-13refs: don't dereference on renameLibravatar David Turner1-5/+16
2016-06-13refs: allow log-only updatesLibravatar David Turner2-6/+17
2016-06-13ref_transaction_commit(): correctly report close_ref() failureLibravatar Michael Haggerty1-0/+1
2016-06-13ref_transaction_create(): disallow recursive pruningLibravatar Michael Haggerty2-2/+2