summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)Author
2017-03-28Merge branch 'sg/skip-prefix-in-prettify-refname'Junio C Hamano
2017-03-23refs.c: use skip_prefix() in prettify_refname()SZEDER Gábor
2017-03-17Merge branch 'bc/object-id'Junio C Hamano
2017-03-14Merge branch 'jk/interpret-branch-name'Junio C Hamano
2017-03-10Merge branch 'jk/parse-config-key-cleanup'Junio C Hamano
2017-03-10Merge branch 'sb/parse-hide-refs-config-cleanup'Junio C Hamano
2017-03-02interpret_branch_name: allow callers to restrict expansionsJeff King
2017-02-27Merge branch 'km/delete-ref-reflog-message'Junio C Hamano
2017-02-27Merge branch 'mh/submodule-hash'Junio C Hamano
2017-02-24parse_hide_refs_config: tell parse_config_key we don't want a subsectionJeff King
2017-02-24refs: parse_hide_refs_config to use parse_config_keyStefan Beller
2017-02-22refs: convert each_reflog_ent_fn to struct object_idbrian m. carlson
2017-02-21delete_ref: accept a reflog message argumentKyle Meyer
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-10register_ref_store(): new functionMichael Haggerty
2017-02-10refs: remove some unnecessary handling of submodule == ""Michael Haggerty
2017-02-10refs: make some ref_store lookup functions privateMichael Haggerty
2017-02-10refs: reorder some function definitionsMichael Haggerty
2017-01-31refs: add option core.logAllRefUpdates = alwaysCornelius Weig
2016-10-26Merge branch 'jc/cocci-xstrdup-or-null'Junio C Hamano
2016-10-12cocci: refactor common patterns to use xstrdup_or_null()Junio C Hamano
2016-10-10Merge branch 'nd/shallow-deepen'Junio C Hamano
2016-09-19Merge branch 'bc/object-id'Junio C Hamano
2016-09-19Merge branch 'mh/ref-store'Junio C Hamano
2016-09-09refs: add method to rename refsDavid Turner
2016-09-09refs: add methods to init refs dbDavid Turner
2016-09-09refs: make delete_refs() virtualDavid Turner
2016-09-09refs: add method for initial ref transaction commitDavid Turner
2016-09-09refs: add methods for reflogDavid Turner
2016-09-09refs: add method iterator_beginMichael Haggerty
2016-09-09files_ref_iterator_begin(): take a ref_store argumentMichael Haggerty
2016-09-09refs: make peel_ref() virtualMichael Haggerty
2016-09-09refs: make create_symref() virtualMichael Haggerty
2016-09-09refs: make pack_refs() virtualMichael Haggerty
2016-09-09refs: make verify_refname_available() virtualMichael Haggerty
2016-09-09refs: make read_raw_ref() virtualMichael Haggerty
2016-09-09resolve_gitlink_ref(): rename path parameter to submoduleMichael Haggerty
2016-09-09resolve_gitlink_ref(): avoid memory allocation in many casesMichael Haggerty
2016-09-09resolve_gitlink_ref(): implement using resolve_ref_recursively()Michael Haggerty
2016-09-09resolve_ref_recursively(): new functionMichael Haggerty
2016-09-09read_raw_ref(): take a (struct ref_store *) argumentMichael Haggerty
2016-09-09refs: add a transaction_commit() methodRonnie Sahlberg
2016-09-09refs: create a base class "ref_store" for files_ref_storeMichael Haggerty
2016-09-09refs: add a backend method structureRonnie Sahlberg
2016-09-09rename_ref_available(): add docstringDavid Turner
2016-09-07refs: add an update_ref_oid function.brian m. carlson
2016-08-01pass constants as first argument to st_mult()René Scharfe