summaryrefslogtreecommitdiff
path: root/refs/refs-internal.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-10refs: make some ref_store lookup functions privateLibravatar Michael Haggerty1-19/+0
2017-01-31refs: add option core.logAllRefUpdates = alwaysLibravatar Cornelius Weig1-2/+0
2017-01-07files_transaction_commit(): clean up empty directoriesLibravatar Michael Haggerty1-2/+9
2017-01-07refname_is_safe(): correct docstringLibravatar Michael Haggerty1-5/+6
2016-09-09refs: implement iteration over only per-worktree refsLibravatar David Turner1-1/+9
2016-09-09refs: make lock genericLibravatar David Turner1-1/+1
2016-09-09refs: add method to rename refsLibravatar David Turner1-0/+4
2016-09-09refs: add methods to init refs dbLibravatar David Turner1-0/+3
2016-09-09refs: make delete_refs() virtualLibravatar David Turner1-0/+3
2016-09-09refs: add method for initial ref transaction commitLibravatar David Turner1-0/+1
2016-09-09refs: add methods for reflogLibravatar David Turner1-7/+37
2016-09-09refs: add method iterator_beginLibravatar Michael Haggerty1-12/+12
2016-09-09files_ref_iterator_begin(): take a ref_store argumentLibravatar Michael Haggerty1-4/+4
2016-09-09refs: make peel_ref() virtualLibravatar Michael Haggerty1-0/+3
2016-09-09refs: make create_symref() virtualLibravatar Michael Haggerty1-0/+5
2016-09-09refs: make pack_refs() virtualLibravatar Michael Haggerty1-0/+4
2016-09-09refs: make verify_refname_available() virtualLibravatar Michael Haggerty1-0/+7
2016-09-09refs: make read_raw_ref() virtualLibravatar Michael Haggerty1-17/+19
2016-09-09read_raw_ref(): take a (struct ref_store *) argumentLibravatar Michael Haggerty1-3/+6
2016-09-09refs: add a transaction_commit() methodLibravatar Ronnie Sahlberg1-0/+5
2016-09-09refs: create a base class "ref_store" for files_ref_storeLibravatar Michael Haggerty1-0/+78
2016-09-09refs: add a backend method structureLibravatar Ronnie Sahlberg1-0/+8
2016-09-09rename_ref_available(): add docstringLibravatar David Turner1-1/+11
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