summaryrefslogtreecommitdiffstats
path: root/refs/refs-internal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling errors in code commentsElijah Newren2019-11-101-1/+1
* Merge branch 'rj/header-check'Junio C Hamano2018-10-161-0/+4
|\
| * refs/refs-internal.h: add missing declarations (hdr-check)Ramsay Jones2018-09-201-0/+4
* | Merge branch 'tq/refs-internal-comment-fix'Junio C Hamano2018-10-161-1/+1
|\ \
| * | refs: docstring typoTao Qingyun2018-09-171-1/+1
* | | refs.c: migrate internal ref iteration to pass thru repository argumentStefan Beller2018-08-211-2/+3
| |/ |/|
* | Merge branch 'bp/log-ref-write-fd-with-strbuf'Junio C Hamano2018-07-241-4/+3
|\ \
| * | convert log_ref_write_fd() to use strbufBen Peart2018-07-101-4/+3
| |/
* | fixup! refs/refs-internal.h: avoid forward declaration of an enumJunio C Hamano2018-07-091-1/+1
* | refs/refs-internal.h: avoid forward declaration of an enumBeat Bolli2018-07-091-0/+2
|/
* refs: update some more docs to use "oid" rather than "sha1"Michael Haggerty2017-11-061-9/+9
* refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty2017-11-061-2/+2
* refs: tidy up and adjust visibility of the `ref_update` flagsMichael Haggerty2017-11-061-52/+15
* refs: convert read_raw_ref backends to struct object_idbrian m. carlson2017-10-161-5/+5
* refs: convert peel_object to struct object_idbrian m. carlson2017-10-161-2/+2
* refs: convert reflog_expire parameter to struct object_idbrian m. carlson2017-10-161-1/+1
* refs: update ref transactions to use struct object_idbrian m. carlson2017-10-161-2/+2
* Merge branch 'mh/mmap-packed-refs'Junio C Hamano2017-10-031-7/+19
|\
| * ref_store: implement `refs_peel_ref()` genericallyMichael Haggerty2017-09-251-3/+0
| * ref_iterator: keep track of whether the iterator output is orderedMichael Haggerty2017-09-141-4/+19
* | Merge branch 'sd/branch-copy'Junio C Hamano2017-10-031-0/+4
|\ \ | |/ |/|
| * branch: add a --copy (-c) option to go with --move (-m)Sahil Dua2017-06-191-0/+4
* | struct ref_transaction: add a place for backends to store dataMichael Haggerty2017-09-081-0/+1
* | Merge branch 'mh/ref-lock-entry'Junio C Hamano2017-08-271-0/+6
|\ \
| * | refs: retry acquiring reference locks for 100msMichael Haggerty2017-08-231-0/+6
| |/
* | packed_ref_store: make class into a subclass of `ref_store`Michael Haggerty2017-06-231-0/+1
* | packed-backend: new module for handling packed referencesMichael Haggerty2017-06-231-0/+9
|/
* ref_update_reject_duplicates(): expose function to whole refs moduleMichael Haggerty2017-05-231-0/+8
* ref_transaction_prepare(): new optional step for reference updatesMichael Haggerty2017-05-231-10/+35
* ref_store: take a `msg` parameter when deleting referencesMichael Haggerty2017-05-231-1/+1
* ref_iterator_begin_fn(): fix docstringMichael Haggerty2017-05-231-3/+4
* Merge branch 'bc/object-id'Junio C Hamano2017-05-231-2/+2
|\
| * refs: convert struct ref_update to use struct object_idbrian m. carlson2017-05-081-2/+2
* | Merge branch 'nd/worktree-kill-parse-ref'Junio C Hamano2017-05-161-0/+4
|\ \ | |/ |/|
| * refs: add REFS_STORE_ALL_CAPSNguyễn Thái Ngọc Duy2017-04-251-0/+4
* | refs_verify_refname_available(): implement once for all backendsMichael Haggerty2017-04-171-7/+0
* | refs_ref_iterator_begin(): new functionMichael Haggerty2017-04-141-0/+11
* | refs_read_raw_ref(): new functionMichael Haggerty2017-04-141-0/+4
|/
* refs: new transaction related ref-store apiNguyễn Thái Ngọc Duy2017-04-141-0/+1
* refs: add new ref-store apiNguyễn Thái Ngọc Duy2017-04-141-28/+3
* refs: rename get_ref_store() to get_submodule_ref_store() and make it publicNguyễn Thái Ngọc Duy2017-04-141-12/+0
* files-backend: replace submodule_allowed check in files_downcast()Nguyễn Thái Ngọc Duy2017-04-141-1/+8
* refs: move submodule code out of files-backend.cNguyễn Thái Ngọc Duy2017-03-271-5/+4
* files-backend: make files_log_ref_write() staticNguyễn Thái Ngọc Duy2017-03-271-4/+0
* Merge branch 'mh/submodule-hash'Junio C Hamano2017-02-271-41/+7
|\
| * read_loose_refs(): read refs using resolve_ref_recursively()Michael Haggerty2017-02-141-0/+5
| * base_ref_store_init(): remove submodule argumentMichael Haggerty2017-02-101-4/+3
| * refs: push the submodule attribute downMichael Haggerty2017-02-101-13/+0
| * refs: store submodule ref stores in a hashmapMichael Haggerty2017-02-101-6/+0
| * refs: make some ref_store lookup functions privateMichael Haggerty2017-02-101-19/+0