summaryrefslogtreecommitdiff
path: root/refs
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-13refs: make error messages more consistentLibravatar Michael Haggerty1-16/+16
2016-06-13lock_ref_sha1_basic(): remove unneeded local variableLibravatar Michael Haggerty1-6/+3
2016-06-13read_raw_ref(): move docstring to header fileLibravatar Michael Haggerty2-38/+38
2016-06-13read_raw_ref(): improve docstringLibravatar Michael Haggerty1-17/+24
2016-06-13read_raw_ref(): rename symref argument to referentLibravatar Michael Haggerty2-11/+12
2016-06-13read_raw_ref(): clear *type at start of functionLibravatar Michael Haggerty1-0/+1
2016-06-13read_raw_ref(): rename flags argument to typeLibravatar Michael Haggerty2-10/+10
2016-06-13ref_transaction_commit(): remove local variables n and updatesLibravatar Michael Haggerty1-22/+20
2016-05-05rename_ref(): remove unneeded local variableLibravatar Michael Haggerty1-6/+3
2016-05-05commit_ref_update(): write error message to *err, not stderrLibravatar Michael Haggerty1-1/+1
2016-05-05read_raw_ref(): don't get confused by an empty directoryLibravatar Michael Haggerty1-1/+10
2016-05-05commit_ref(): if there is an empty dir in the way, delete itLibravatar Michael Haggerty1-0/+24
2016-04-25Merge branch 'dt/pre-refs-backend'Libravatar Junio C Hamano2-268/+153
2016-04-10refs: on symref reflog expire, lock symref not referrentLibravatar David Turner1-1/+2
2016-04-10refs: move resolve_ref_unsafe into common codeLibravatar David Turner2-79/+9
2016-04-10read_raw_ref(): change flags parameter to unsigned intLibravatar Michael Haggerty1-3/+3
2016-04-10files-backend: inline resolve_ref_1() into resolve_ref_unsafe()Libravatar Michael Haggerty1-22/+9
2016-04-10read_raw_ref(): manage own scratch spaceLibravatar Michael Haggerty1-35/+41
2016-04-10files-backend: break out ref readingLibravatar David Turner1-99/+145
2016-04-10resolve_ref_1(): eliminate local variable "bad_name"Libravatar Michael Haggerty1-8/+5
2016-04-10resolve_ref_1(): reorder codeLibravatar Michael Haggerty1-2/+2
2016-04-10resolve_ref_1(): eliminate local variableLibravatar Michael Haggerty1-7/+6
2016-04-10resolve_ref_unsafe(): ensure flags is always setLibravatar Michael Haggerty1-18/+13
2016-04-10resolve_ref_unsafe(): use for loop to count up to MAXDEPTHLibravatar Michael Haggerty1-7/+6
2016-04-10resolve_missing_loose_ref(): simplify semanticsLibravatar Michael Haggerty1-14/+10
2016-04-10refs: move for_each_*ref* functions into common codeLibravatar David Turner2-57/+14
2016-04-10refs: move head_ref{,_submodule} to the common codeLibravatar David Turner1-28/+0
2016-04-08set_worktree_head_symref(): fix error messageLibravatar Kazuki Yamaguchi1-1/+2
2016-04-04refs: add a new function set_worktree_head_symrefLibravatar Kazuki Yamaguchi1-0/+35
2016-02-26Merge branch 'jk/tighten-alloc'Libravatar Junio C Hamano1-14/+5