summaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAgeFilesLines
* avoid using mksnpath for refsJeff King2017-03-301-18/+26
* Merge branch 'sg/skip-prefix-in-prettify-refname'Junio C Hamano2017-03-281-5/+5
|\
| * refs.c: use skip_prefix() in prettify_refname()sg/skip-prefix-in-prettify-refnameSZEDER Gábor2017-03-231-5/+5
* | Merge branch 'bc/object-id'Junio C Hamano2017-03-171-12/+12
|\ \
| * | refs: convert each_reflog_ent_fn to struct object_idbrian m. carlson2017-02-221-12/+12
* | | Merge branch 'jk/interpret-branch-name'Junio C Hamano2017-03-141-1/+1
|\ \ \
| * | | interpret_branch_name: allow callers to restrict expansionsJeff King2017-03-021-1/+1
* | | | Merge branch 'jk/parse-config-key-cleanup'Junio C Hamano2017-03-101-4/+3
|\ \ \ \
| * | | | parse_hide_refs_config: tell parse_config_key we don't want a subsectionjk/parse-config-key-cleanupJeff King2017-02-241-4/+3
* | | | | Merge branch 'sb/parse-hide-refs-config-cleanup'Junio C Hamano2017-03-101-3/+4
|\ \ \ \ \ | |/ / / /
| * | | | refs: parse_hide_refs_config to use parse_config_keysb/parse-hide-refs-config-cleanupStefan Beller2017-02-241-3/+4
| |/ / /
* | | | Merge branch 'km/delete-ref-reflog-message'Junio C Hamano2017-02-271-3/+3
|\ \ \ \
| * | | | delete_ref: accept a reflog message argumentKyle Meyer2017-02-201-3/+3
| | |/ / | |/| |
* | | | Merge branch 'mh/submodule-hash'Junio C Hamano2017-02-271-40/+81
|\ \ \ \ | |/ / / |/| | |
| * | | read_loose_refs(): read refs using resolve_ref_recursively()mh/submodule-hashMichael Haggerty2017-02-131-4/+4
| * | | base_ref_store_init(): remove submodule argumentMichael Haggerty2017-02-101-2/+1
| * | | refs: push the submodule attribute downMichael Haggerty2017-02-101-11/+0
| * | | refs: store submodule ref stores in a hashmapMichael Haggerty2017-02-101-13/+45
| * | | register_ref_store(): new functionMichael Haggerty2017-02-101-14/+29
| * | | refs: remove some unnecessary handling of submodule == ""Michael Haggerty2017-02-101-11/+2
| * | | refs: make some ref_store lookup functions privateMichael Haggerty2017-02-101-2/+17
| * | | refs: reorder some function definitionsMichael Haggerty2017-02-101-32/+32
| |/ /
* | | refs: add option core.logAllRefUpdates = alwaysCornelius Weig2017-01-311-5/+10
|/ /
* | Merge branch 'jc/cocci-xstrdup-or-null'Junio C Hamano2016-10-261-2/+1
|\ \ | |/
| * cocci: refactor common patterns to use xstrdup_or_null()jc/cocci-xstrdup-or-nullJunio C Hamano2016-10-121-2/+1
* | Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-101-1/+7
|\ \
| * | refs: add expand_ref()Nguyễn Thái Ngọc Duy2016-06-131-1/+7
* | | Merge branch 'bc/object-id'Junio C Hamano2016-09-191-0/+8
|\ \ \
| * | | refs: add an update_ref_oid function.brian m. carlson2016-09-071-0/+8
| | |/ | |/|
* | | Merge branch 'mh/ref-store'Junio C Hamano2016-09-191-10/+299
|\ \ \ | |/ / |/| |
| * | refs: add method to rename refsDavid Turner2016-09-091-0/+7
| * | refs: add methods to init refs dbDavid Turner2016-09-091-0/+8
| * | refs: make delete_refs() virtualDavid Turner2016-09-091-0/+7
| * | refs: add method for initial ref transaction commitDavid Turner2016-09-091-0/+8
| * | refs: add methods for reflogDavid Turner2016-09-091-0/+63
| * | refs: add method iterator_beginMichael Haggerty2016-09-091-1/+1
| * | files_ref_iterator_begin(): take a ref_store argumentMichael Haggerty2016-09-091-1/+1
| * | refs: make peel_ref() virtualMichael Haggerty2016-09-091-0/+7
| * | refs: make create_symref() virtualMichael Haggerty2016-09-091-0/+9
| * | refs: make pack_refs() virtualMichael Haggerty2016-09-091-0/+7
| * | refs: make verify_refname_available() virtualMichael Haggerty2016-09-091-0/+10
| * | refs: make read_raw_ref() virtualMichael Haggerty2016-09-091-2/+2
| * | resolve_gitlink_ref(): rename path parameter to submoduleMichael Haggerty2016-09-091-6/+7
| * | resolve_gitlink_ref(): avoid memory allocation in many casesMichael Haggerty2016-09-091-6/+13
| * | resolve_gitlink_ref(): implement using resolve_ref_recursively()Michael Haggerty2016-09-091-0/+24
| * | resolve_ref_recursively(): new functionMichael Haggerty2016-09-091-3/+11
| * | read_raw_ref(): take a (struct ref_store *) argumentMichael Haggerty2016-09-091-1/+3
| * | refs: add a transaction_commit() methodRonnie Sahlberg2016-09-091-0/+9
| * | refs: create a base class "ref_store" for files_ref_storeMichael Haggerty2016-09-091-0/+93
| * | refs: add a backend method structureRonnie Sahlberg2016-09-091-0/+19