aboutsummaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAge
...
* | | | | Merge branch 'jk/parse-config-key-cleanup'Junio C Hamano2017-03-10
|\ \ \ \ \
| * | | | | parse_hide_refs_config: tell parse_config_key we don't want a subsectionJeff King2017-02-24
* | | | | | Merge branch 'sb/parse-hide-refs-config-cleanup'Junio C Hamano2017-03-10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | refs: parse_hide_refs_config to use parse_config_keyStefan Beller2017-02-24
| |/ / / /
* | | | | Merge branch 'km/delete-ref-reflog-message'Junio C Hamano2017-02-27
|\ \ \ \ \
| * | | | | delete_ref: accept a reflog message argumentKyle Meyer2017-02-20
| | |/ / / | |/| | |
* | | | | Merge branch 'mh/submodule-hash'Junio C Hamano2017-02-27
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | read_loose_refs(): read refs using resolve_ref_recursively()Michael Haggerty2017-02-13
| * | | | base_ref_store_init(): remove submodule argumentMichael Haggerty2017-02-10
| * | | | refs: push the submodule attribute downMichael Haggerty2017-02-10
| * | | | refs: store submodule ref stores in a hashmapMichael Haggerty2017-02-10
| * | | | register_ref_store(): new functionMichael Haggerty2017-02-10
| * | | | refs: remove some unnecessary handling of submodule == ""Michael Haggerty2017-02-10
| * | | | refs: make some ref_store lookup functions privateMichael Haggerty2017-02-10
| * | | | refs: reorder some function definitionsMichael Haggerty2017-02-10
| |/ / /
* | | | refs: add option core.logAllRefUpdates = alwaysCornelius Weig2017-01-31
|/ / /
* | | Merge branch 'jc/cocci-xstrdup-or-null'Junio C Hamano2016-10-26
|\ \ \ | |/ /
| * | cocci: refactor common patterns to use xstrdup_or_null()Junio C Hamano2016-10-12
* | | Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-10
|\ \ \ | |_|/ |/| |
| * | refs: add expand_ref()Nguyễn Thái Ngọc Duy2016-06-13
* | | Merge branch 'bc/object-id'Junio C Hamano2016-09-19
|\ \ \
| * | | refs: add an update_ref_oid function.brian m. carlson2016-09-07
| | |/ | |/|
* | | Merge branch 'mh/ref-store'Junio C Hamano2016-09-19
|\ \ \ | |/ / |/| |
| * | refs: add method to rename refsDavid Turner2016-09-09
| * | refs: add methods to init refs dbDavid Turner2016-09-09
| * | refs: make delete_refs() virtualDavid Turner2016-09-09
| * | refs: add method for initial ref transaction commitDavid Turner2016-09-09
| * | refs: add methods for reflogDavid Turner2016-09-09
| * | refs: add method iterator_beginMichael Haggerty2016-09-09
| * | files_ref_iterator_begin(): take a ref_store argumentMichael Haggerty2016-09-09
| * | refs: make peel_ref() virtualMichael Haggerty2016-09-09
| * | refs: make create_symref() virtualMichael Haggerty2016-09-09
| * | refs: make pack_refs() virtualMichael Haggerty2016-09-09
| * | refs: make verify_refname_available() virtualMichael Haggerty2016-09-09
| * | refs: make read_raw_ref() virtualMichael Haggerty2016-09-09
| * | resolve_gitlink_ref(): rename path parameter to submoduleMichael Haggerty2016-09-09
| * | resolve_gitlink_ref(): avoid memory allocation in many casesMichael Haggerty2016-09-09
| * | resolve_gitlink_ref(): implement using resolve_ref_recursively()Michael Haggerty2016-09-09
| * | resolve_ref_recursively(): new functionMichael Haggerty2016-09-09
| * | read_raw_ref(): take a (struct ref_store *) argumentMichael Haggerty2016-09-09
| * | refs: add a transaction_commit() methodRonnie Sahlberg2016-09-09
| * | refs: create a base class "ref_store" for files_ref_storeMichael Haggerty2016-09-09
| * | refs: add a backend method structureRonnie Sahlberg2016-09-09
| * | rename_ref_available(): add docstringDavid Turner2016-09-09
* | | pass constants as first argument to st_mult()René Scharfe2016-08-01
|/ /
* | do_for_each_ref(): reimplement using reference iterationMichael Haggerty2016-06-20
* | ref_transaction_update(): check refname_is_safe() at a minimumMichael Haggerty2016-06-13
* | add_update(): initialize the whole ref_updateMichael Haggerty2016-06-13
* | ref_transaction_create(): disallow recursive pruningMichael Haggerty2016-06-13
* | refs: make error messages more consistentMichael Haggerty2016-06-13