summaryrefslogtreecommitdiffstats
path: root/refs
AgeCommit message (Expand)AuthorLines
2016-07-25Merge branch 'mh/ref-iterators'Junio C Hamano-254/+987
2016-07-25Merge branch 'mh/update-ref-errors'Junio C Hamano-32/+42
2016-07-25Merge branch 'mh/split-under-lock'Junio C Hamano-217/+808
2016-06-28coccinelle: apply object_id Coccinelle transformationsbrian m. carlson-2/+2
2016-06-20lock_ref_for_update(): avoid a symref resolutionMichael Haggerty-1/+1
2016-06-20lock_ref_for_update(): make error handling more uniformMichael Haggerty-32/+42
2016-06-20for_each_reflog(): reimplement using iteratorsMichael Haggerty-42/+78
2016-06-20for_each_reflog(): don't abort for bad referencesMichael Haggerty-1/+1
2016-06-20do_for_each_ref(): reimplement using reference iterationMichael Haggerty-213/+57
2016-06-20refs: introduce an iterator interfaceMichael Haggerty-0/+830
2016-06-20ref_resolves_to_object(): new functionMichael Haggerty-7/+20
2016-06-20entry_resolves_to_object(): rename function from ref_resolves_to_object()Michael Haggerty-3/+3
2016-06-20get_ref_cache(): only create an instance if there is a submoduleMichael Haggerty-11/+22
2016-06-20delete_refs(): add a flags argumentMichael Haggerty-2/+2
2016-06-20refs: use name "prefix" consistentlyMichael Haggerty-19/+19
2016-06-20do_for_each_ref(): move docstring to the header fileMichael Haggerty-10/+9
2016-06-13lock_ref_sha1_basic(): only handle REF_NODEREF modeMichael Haggerty-34/+20
2016-06-13commit_ref_update(): remove the flags parameterMichael Haggerty-7/+7
2016-06-13lock_ref_for_update(): don't resolve symrefsMichael Haggerty-30/+95
2016-06-13lock_ref_for_update(): don't re-read non-symbolic referencesMichael Haggerty-18/+30
2016-06-13refs: resolve symbolic refs firstMichael Haggerty-40/+479
2016-06-13unlock_ref(): move definition higher in the fileMichael Haggerty-10/+10
2016-06-13lock_ref_for_update(): new functionMichael Haggerty-67/+85
2016-06-13add_update(): initialize the whole ref_updateMichael Haggerty-0/+14
2016-06-13verify_refname_available(): adjust constness in declarationMichael Haggerty-4/+4
2016-06-13refs: don't dereference on renameDavid Turner-5/+16
2016-06-13refs: allow log-only updatesDavid Turner-6/+17
2016-06-13ref_transaction_commit(): correctly report close_ref() failureMichael Haggerty-0/+1
2016-06-13ref_transaction_create(): disallow recursive pruningMichael Haggerty-2/+2
2016-06-13refs: make error messages more consistentMichael Haggerty-16/+16
2016-06-13lock_ref_sha1_basic(): remove unneeded local variableMichael Haggerty-6/+3
2016-06-13read_raw_ref(): move docstring to header fileMichael Haggerty-38/+38
2016-06-13read_raw_ref(): improve docstringMichael Haggerty-17/+24
2016-06-13read_raw_ref(): rename symref argument to referentMichael Haggerty-11/+12
2016-06-13read_raw_ref(): clear *type at start of functionMichael Haggerty-0/+1
2016-06-13read_raw_ref(): rename flags argument to typeMichael Haggerty-10/+10
2016-06-13ref_transaction_commit(): remove local variables n and updatesMichael Haggerty-22/+20
2016-05-05rename_ref(): remove unneeded local variableMichael Haggerty-6/+3
2016-05-05commit_ref_update(): write error message to *err, not stderrMichael Haggerty-1/+1
2016-05-05read_raw_ref(): don't get confused by an empty directoryMichael Haggerty-1/+10
2016-05-05commit_ref(): if there is an empty dir in the way, delete itMichael Haggerty-0/+24
2016-04-25Merge branch 'dt/pre-refs-backend'Junio C Hamano-268/+153
2016-04-10refs: on symref reflog expire, lock symref not referrentDavid Turner-1/+2
2016-04-10refs: move resolve_ref_unsafe into common codeDavid Turner-79/+9
2016-04-10read_raw_ref(): change flags parameter to unsigned intMichael Haggerty-3/+3
2016-04-10files-backend: inline resolve_ref_1() into resolve_ref_unsafe()Michael Haggerty-22/+9
2016-04-10read_raw_ref(): manage own scratch spaceMichael Haggerty-35/+41
2016-04-10files-backend: break out ref readingDavid Turner-99/+145
2016-04-10resolve_ref_1(): eliminate local variable "bad_name"Michael Haggerty-8/+5
2016-04-10resolve_ref_1(): reorder codeMichael Haggerty-2/+2