summaryrefslogtreecommitdiff
path: root/refs/files-backend.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-27Merge branch 'km/delete-ref-reflog-message'Libravatar Junio C Hamano1-5/+5
2017-02-27Merge branch 'mh/submodule-hash'Libravatar Junio C Hamano1-31/+46
2017-02-27Merge branch 'mh/ref-remove-empty-directory'Libravatar Junio C Hamano1-184/+187
2017-02-20branch: record creation of renamed branch in HEAD's logLibravatar Kyle Meyer1-2/+2
2017-02-20rename_ref: replace empty message in HEAD's logLibravatar Kyle Meyer1-1/+1
2017-02-20delete_ref: accept a reflog message argumentLibravatar Kyle Meyer1-3/+3
2017-02-13read_loose_refs(): read refs using resolve_ref_recursively()Libravatar Michael Haggerty1-14/+4
2017-02-10files_ref_store::submodule: use NULL for the main repositoryLibravatar Michael Haggerty1-8/+8
2017-02-10base_ref_store_init(): remove submodule argumentLibravatar Michael Haggerty1-1/+1
2017-02-10refs: push the submodule attribute downLibravatar Michael Haggerty1-18/+43
2017-02-03Merge branch 'cw/log-updates-for-all-refs-really'Libravatar Junio C Hamano1-3/+3
2017-01-31refs: add option core.logAllRefUpdates = alwaysLibravatar Cornelius Weig1-3/+3
2017-01-30use oidcpy() for copying hashes between instances of struct object_idLibravatar René Scharfe1-1/+1
2017-01-07files_transaction_commit(): clean up empty directoriesLibravatar Michael Haggerty1-6/+28
2017-01-07try_remove_empty_parents(): teach to remove parents of reflogs, tooLibravatar Michael Haggerty1-6/+18
2017-01-07try_remove_empty_parents(): don't trash argument contentsLibravatar Michael Haggerty1-7/+9
2017-01-07try_remove_empty_parents(): rename parameter "name" -> "refname"Libravatar Michael Haggerty1-4/+4
2017-01-07delete_ref_loose(): inline functionLibravatar Michael Haggerty1-18/+7
2017-01-07delete_ref_loose(): derive loose reference path from lockLibravatar Michael Haggerty1-4/+1
2017-01-07log_ref_write_1(): inline functionLibravatar Michael Haggerty1-10/+3
2017-01-07log_ref_setup(): manage the name of the reflog file internallyLibravatar Michael Haggerty1-35/+34
2017-01-07log_ref_write_1(): don't depend on logfile argumentLibravatar Michael Haggerty1-4/+8
2017-01-07log_ref_setup(): pass the open file descriptor back to the callerLibravatar Michael Haggerty1-17/+22
2017-01-07log_ref_setup(): improve robustness against racesLibravatar Michael Haggerty1-23/+18
2017-01-07log_ref_setup(): separate code for create vs non-createLibravatar Michael Haggerty1-20/+39
2017-01-07log_ref_write(): inline functionLibravatar Michael Haggerty1-14/+10
2017-01-07rename_tmp_log(): improve error reportingLibravatar Michael Haggerty1-3/+4
2017-01-07rename_tmp_log(): use raceproof_create_file()Libravatar Michael Haggerty1-43/+30
2017-01-07lock_ref_sha1_basic(): use raceproof_create_file()Libravatar Michael Haggerty1-26/+9
2017-01-07lock_ref_sha1_basic(): inline constantLibravatar Michael Haggerty1-2/+1
2017-01-07files_rename_ref(): tidy up whitespaceLibravatar Michael Haggerty1-1/+1
2016-10-17Merge branch 'jk/ref-symlink-loop'Libravatar Junio C Hamano1-1/+13
2016-10-10files_read_raw_ref: prevent infinite retry loops in generalLibravatar Jeff King1-0/+7
2016-10-10files_read_raw_ref: avoid infinite loop on broken symlinksLibravatar Jeff King1-1/+6
2016-09-29use QSORTLibravatar René Scharfe1-1/+1
2016-09-19Merge branch 'mh/ref-store'Libravatar Junio C Hamano1-270/+296
2016-09-09refs: implement iteration over only per-worktree refsLibravatar David Turner1-0/+4
2016-09-09refs: make lock genericLibravatar David Turner1-12/+13
2016-09-09refs: add method to rename refsLibravatar David Turner1-18/+6
2016-09-09refs: add methods to init refs dbLibravatar David Turner1-0/+18
2016-09-09refs: make delete_refs() virtualLibravatar David Turner1-2/+4
2016-09-09refs: add method for initial ref transaction commitLibravatar David Turner1-3/+5
2016-09-09refs: add methods for reflogLibravatar David Turner1-20/+50
2016-09-09refs: add method iterator_beginLibravatar Michael Haggerty1-1/+2
2016-09-09files_ref_iterator_begin(): take a ref_store argumentLibravatar Michael Haggerty1-2/+2
2016-09-09split_symref_update(): add a files_ref_store argumentLibravatar Michael Haggerty1-2/+4
2016-09-09lock_ref_sha1_basic(): add a files_ref_store argumentLibravatar Michael Haggerty1-11/+15
2016-09-09lock_ref_for_update(): add a files_ref_store argumentLibravatar Michael Haggerty1-5/+6
2016-09-09commit_ref_update(): add a files_ref_store argumentLibravatar Michael Haggerty1-6/+8
2016-09-09lock_raw_ref(): add a files_ref_store argumentLibravatar Michael Haggerty1-6/+8