summaryrefslogtreecommitdiff
path: root/refs/refs-internal.h
AgeCommit message (Expand)AuthorFilesLines
2017-04-16refs_verify_refname_available(): implement once for all backendsLibravatar Michael Haggerty1-7/+0
2017-04-14refs_ref_iterator_begin(): new functionLibravatar Michael Haggerty1-0/+11
2017-04-14refs_read_raw_ref(): new functionLibravatar Michael Haggerty1-0/+4
2017-04-14refs: new transaction related ref-store apiLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2017-04-14refs: add new ref-store apiLibravatar Nguyễn Thái Ngọc Duy1-28/+3
2017-04-14refs: rename get_ref_store() to get_submodule_ref_store() and make it publicLibravatar Nguyễn Thái Ngọc Duy1-12/+0
2017-04-14files-backend: replace submodule_allowed check in files_downcast()Libravatar Nguyễn Thái Ngọc Duy1-1/+8
2017-03-27refs: move submodule code out of files-backend.cLibravatar Nguyễn Thái Ngọc Duy1-5/+4
2017-03-27files-backend: make files_log_ref_write() staticLibravatar Nguyễn Thái Ngọc Duy1-4/+0
2017-02-27Merge branch 'mh/submodule-hash'Libravatar Junio C Hamano1-41/+7
2017-02-27Merge branch 'mh/ref-remove-empty-directory'Libravatar Junio C Hamano1-7/+15
2017-02-13read_loose_refs(): read refs using resolve_ref_recursively()Libravatar Michael Haggerty1-0/+5
2017-02-10base_ref_store_init(): remove submodule argumentLibravatar Michael Haggerty1-4/+3
2017-02-10refs: push the submodule attribute downLibravatar Michael Haggerty1-13/+0
2017-02-10refs: store submodule ref stores in a hashmapLibravatar Michael Haggerty1-6/+0
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