summaryrefslogtreecommitdiff
path: root/refs
AgeCommit message (Expand)Author
2017-06-26Merge branch 'mh/packed-ref-store-prep'Junio C Hamano
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-16*.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-12lock_packed_refs(): fix cache validity checkMichael Haggerty
2017-05-24cache_ref_iterator_begin(): avoid priming unneeded directoriesMichael Haggerty
2017-05-23create_ref_entry(): remove `check_name` optionMichael Haggerty
2017-05-23refs_ref_iterator_begin(): handle `GIT_REF_PARANOIA`Michael Haggerty
2017-05-23read_packed_refs(): report unexpected fopen() failuresMichael Haggerty
2017-05-23read_packed_refs(): do more of the work of reading packed refsMichael Haggerty
2017-05-23get_packed_ref_cache(): assume "packed-refs" won't change while lockedMichael Haggerty
2017-05-23should_pack_ref(): new function, extracted from `files_pack_refs()`Michael Haggerty
2017-05-23ref_update_reject_duplicates(): expose function to whole refs moduleMichael Haggerty
2017-05-23ref_transaction_prepare(): new optional step for reference updatesMichael Haggerty
2017-05-23ref_transaction_commit(): check for valid `transaction->state`Michael Haggerty
2017-05-23files_transaction_cleanup(): new helper functionMichael Haggerty
2017-05-23files_ref_store: put the packed files lock directly in this structMichael Haggerty
2017-05-23files-backend: move `lock` member to `files_ref_store`Michael Haggerty
2017-05-23ref_store: take a `msg` parameter when deleting referencesMichael Haggerty
2017-05-23refs: use `size_t` indexes when iterating over ref transaction updatesMichael Haggerty
2017-05-23prefix_ref_iterator: don't trim too muchMichael Haggerty
2017-05-23files-backend: use `die("BUG: ...")`, not `die("internal error: ...")`Michael Haggerty
2017-05-23ref_iterator_begin_fn(): fix docstringMichael Haggerty
2017-05-23Merge branch 'bc/object-id'Junio C Hamano
2017-05-16Merge branch 'js/larger-timestamps'Junio C Hamano
2017-05-16Merge branch 'nd/worktree-kill-parse-ref'Junio C Hamano
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson
2017-05-08refs/files-backend: convert many internals to struct object_idbrian m. carlson
2017-05-08refs: convert struct ref_update to use struct object_idbrian m. carlson
2017-05-08reflog_expire: convert to struct object_idbrian m. carlson
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-04-26Merge branch 'mh/separate-ref-cache'Junio C Hamano
2017-04-25refs: kill set_worktree_head_symref()Nguyễn Thái Ngọc Duy
2017-04-25refs: add REFS_STORE_ALL_CAPSNguyễn Thái Ngọc Duy
2017-04-24Merge branch 'rs/misc-cppcheck-fixes'Junio C Hamano
2017-04-24PRItime: introduce a new "printf format" for timestampsJohannes Schindelin
2017-04-24parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin
2017-04-18files_for_each_reflog_ent_reverse(): close stream and free strbuf on errorRené Scharfe
2017-04-17do_for_each_entry_in_dir(): delete functionMichael Haggerty
2017-04-17files_pack_refs(): use reference iterationMichael Haggerty
2017-04-17commit_packed_refs(): use reference iterationMichael Haggerty
2017-04-17cache_ref_iterator_begin(): make function smarterMichael Haggerty
2017-04-17get_loose_ref_cache(): new functionMichael Haggerty
2017-04-17get_loose_ref_dir(): function renamed from get_loose_refs()Michael Haggerty
2017-04-17do_for_each_entry_in_dir(): eliminate `offset` argumentMichael Haggerty
2017-04-17refs: handle "refs/bisect/" in `loose_fill_ref_dir()`Michael Haggerty
2017-04-17ref-cache: use a callback function to fill the cacheMichael Haggerty
2017-04-17refs: record the ref_store in ref_cache, not ref_dirMichael Haggerty