summaryrefslogtreecommitdiff
path: root/refs/refs-internal.h
AgeCommit message (Expand)Author
2018-10-16Merge branch 'rj/header-check'Junio C Hamano
2018-10-16Merge branch 'tq/refs-internal-comment-fix'Junio C Hamano
2018-09-20refs/refs-internal.h: add missing declarations (hdr-check)Ramsay Jones
2018-09-17refs: docstring typoTao Qingyun
2018-08-21refs.c: migrate internal ref iteration to pass thru repository argumentStefan Beller
2018-07-24Merge branch 'bp/log-ref-write-fd-with-strbuf'Junio C Hamano
2018-07-10convert log_ref_write_fd() to use strbufBen Peart
2018-07-09fixup! refs/refs-internal.h: avoid forward declaration of an enumJunio C Hamano
2018-07-09refs/refs-internal.h: avoid forward declaration of an enumBeat Bolli
2017-11-06refs: update some more docs to use "oid" rather than "sha1"Michael Haggerty
2017-11-06refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty
2017-11-06refs: tidy up and adjust visibility of the `ref_update` flagsMichael Haggerty
2017-10-16refs: convert read_raw_ref backends to struct object_idbrian m. carlson
2017-10-16refs: convert peel_object to struct object_idbrian m. carlson
2017-10-16refs: convert reflog_expire parameter to struct object_idbrian m. carlson
2017-10-16refs: update ref transactions to use struct object_idbrian m. carlson
2017-10-03Merge branch 'mh/mmap-packed-refs'Junio C Hamano
2017-10-03Merge branch 'sd/branch-copy'Junio C Hamano
2017-09-25ref_store: implement `refs_peel_ref()` genericallyMichael Haggerty
2017-09-14ref_iterator: keep track of whether the iterator output is orderedMichael Haggerty
2017-09-08struct ref_transaction: add a place for backends to store dataMichael Haggerty
2017-08-27Merge branch 'mh/ref-lock-entry'Junio C Hamano
2017-08-23refs: retry acquiring reference locks for 100msMichael Haggerty
2017-06-23packed_ref_store: make class into a subclass of `ref_store`Michael Haggerty
2017-06-23packed-backend: new module for handling packed referencesMichael Haggerty
2017-06-19branch: add a --copy (-c) option to go with --move (-m)Sahil Dua
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_store: take a `msg` parameter when deleting referencesMichael Haggerty
2017-05-23ref_iterator_begin_fn(): fix docstringMichael Haggerty
2017-05-23Merge branch 'bc/object-id'Junio C Hamano
2017-05-16Merge branch 'nd/worktree-kill-parse-ref'Junio C Hamano
2017-05-08refs: convert struct ref_update to use struct object_idbrian m. carlson
2017-04-25refs: add REFS_STORE_ALL_CAPSNguyễn Thái Ngọc Duy
2017-04-17refs_verify_refname_available(): implement once for all backendsMichael Haggerty
2017-04-14refs_ref_iterator_begin(): new functionMichael Haggerty
2017-04-14refs_read_raw_ref(): new functionMichael Haggerty
2017-04-14refs: new transaction related ref-store apiNguyễn Thái Ngọc Duy
2017-04-14refs: add new ref-store apiNguyễn Thái Ngọc Duy
2017-04-14refs: rename get_ref_store() to get_submodule_ref_store() and make it publicNguyễn Thái Ngọc Duy
2017-04-14files-backend: replace submodule_allowed check in files_downcast()Nguyễn Thái Ngọc Duy
2017-03-27refs: move submodule code out of files-backend.cNguyễn Thái Ngọc Duy
2017-03-27files-backend: make files_log_ref_write() staticNguyễn Thái Ngọc Duy
2017-02-27Merge branch 'mh/submodule-hash'Junio C Hamano
2017-02-27Merge branch 'mh/ref-remove-empty-directory'Junio C Hamano
2017-02-13read_loose_refs(): read refs using resolve_ref_recursively()Michael Haggerty
2017-02-10base_ref_store_init(): remove submodule argumentMichael Haggerty
2017-02-10refs: push the submodule attribute downMichael Haggerty
2017-02-10refs: store submodule ref stores in a hashmapMichael Haggerty
2017-02-10refs: make some ref_store lookup functions privateMichael Haggerty