summaryrefslogtreecommitdiff
path: root/refs/refs-internal.h
AgeCommit message (Expand)AuthorFilesLines
2016-06-20for_each_reflog(): reimplement using iteratorsLibravatar Michael Haggerty1-0/+7
2016-06-20do_for_each_ref(): reimplement using reference iterationLibravatar Michael Haggerty1-12/+23
2016-06-20refs: introduce an iterator interfaceLibravatar Michael Haggerty1-0/+194
2016-06-20refs: use name "prefix" consistentlyLibravatar Michael Haggerty1-7/+7
2016-06-20do_for_each_ref(): move docstring to the header fileLibravatar Michael Haggerty1-1/+9
2016-06-13lock_ref_for_update(): don't resolve symrefsLibravatar Michael Haggerty1-0/+17
2016-06-13refs: resolve symbolic refs firstLibravatar Michael Haggerty1-2/+9
2016-06-13add_update(): initialize the whole ref_updateLibravatar Michael Haggerty1-0/+14
2016-06-13verify_refname_available(): adjust constness in declarationLibravatar Michael Haggerty1-2/+2
2016-06-13refs: allow log-only updatesLibravatar David Turner1-0/+7
2016-06-13ref_transaction_create(): disallow recursive pruningLibravatar Michael Haggerty1-1/+1
2016-06-13read_raw_ref(): move docstring to header fileLibravatar Michael Haggerty1-0/+38
2016-06-13read_raw_ref(): rename symref argument to referentLibravatar Michael Haggerty1-1/+1
2016-06-13read_raw_ref(): rename flags argument to typeLibravatar Michael Haggerty1-1/+1
2016-04-10refs: move resolve_ref_unsafe into common codeLibravatar David Turner1-0/+6
2016-04-10refs: move for_each_*ref* functions into common codeLibravatar David Turner1-0/+9
2015-11-20refs: break out ref conflict checksLibravatar David Turner1-0/+16
2015-11-20files_log_ref_write: new functionLibravatar David Turner1-0/+4
2015-11-20refs/refs-internal.h: new header fileLibravatar Michael Haggerty1-0/+180