summaryrefslogtreecommitdiff
path: root/refs
AgeCommit message (Expand)AuthorFilesLines
2017-03-17Merge branch 'bc/object-id'Libravatar Junio C Hamano1-14/+15
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 Hamano2-72/+53
2017-02-27Merge branch 'mh/ref-remove-empty-directory'Libravatar Junio C Hamano2-191/+202
2017-02-22refs: simplify parsing of reflog entriesLibravatar brian m. carlson1-5/+6
2017-02-22refs: convert each_reflog_ent_fn to struct object_idLibravatar brian m. carlson1-12/+12
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 Haggerty2-14/+9
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 Haggerty2-5/+4
2017-02-10refs: push the submodule attribute downLibravatar Michael Haggerty2-31/+43
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-02-03Merge branch 'cw/log-updates-for-all-refs-really'Libravatar Junio C Hamano2-5/+3
2017-01-31refs: add option core.logAllRefUpdates = alwaysLibravatar Cornelius Weig2-5/+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 Haggerty2-8/+37
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-07refname_is_safe(): correct docstringLibravatar Michael Haggerty1-5/+6
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 Hamano2-293/+493
2016-09-09refs: implement iteration over only per-worktree refsLibravatar David Turner2-1/+13
2016-09-09refs: make lock genericLibravatar David Turner2-13/+14
2016-09-09refs: add method to rename refsLibravatar David Turner2-18/+10
2016-09-09refs: add methods to init refs dbLibravatar David Turner2-0/+21
2016-09-09refs: make delete_refs() virtualLibravatar David Turner2-2/+7
2016-09-09refs: add method for initial ref transaction commitLibravatar David Turner2-3/+6
2016-09-09refs: add methods for reflogLibravatar David Turner2-27/+87
2016-09-09refs: add method iterator_beginLibravatar Michael Haggerty2-13/+14