Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)Author
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-11Merge 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-10refs: add method to rename refsDavid Turner
2016-09-10refs: add methods to init refs dbDavid Turner
2016-09-10refs: make delete_refs() virtualDavid Turner
2016-09-10refs: add method for initial ref transaction commitDavid Turner
2016-09-10refs: add methods for reflogDavid Turner
2016-09-10refs: add method iterator_beginMichael Haggerty
2016-09-10files_ref_iterator_begin(): take a ref_store argumentMichael Haggerty
2016-09-10refs: make peel_ref() virtualMichael Haggerty
2016-09-10refs: make create_symref() virtualMichael Haggerty
2016-09-10refs: make pack_refs() virtualMichael Haggerty
2016-09-10refs: make verify_refname_available() virtualMichael Haggerty
2016-09-10refs: make read_raw_ref() virtualMichael Haggerty
2016-09-10resolve_gitlink_ref(): rename path parameter to submoduleMichael Haggerty
2016-09-10resolve_gitlink_ref(): avoid memory allocation in many casesMichael Haggerty
2016-09-10resolve_gitlink_ref(): implement using resolve_ref_recursively()Michael Haggerty
2016-09-10resolve_ref_recursively(): new functionMichael Haggerty
2016-09-10read_raw_ref(): take a (struct ref_store *) argumentMichael Haggerty
2016-09-10refs: add a transaction_commit() methodRonnie Sahlberg
2016-09-10refs: create a base class "ref_store" for files_ref_storeMichael Haggerty
2016-09-10refs: add a backend method structureRonnie Sahlberg
2016-09-10rename_ref_available(): add docstringDavid Turner
2016-09-07refs: add an update_ref_oid function.brian m. carlson
2016-08-02pass constants as first argument to st_mult()René Scharfe
2016-06-20do_for_each_ref(): reimplement using reference iterationMichael Haggerty
2016-06-14refs: add expand_ref()Nguyễn Thái Ngọc Duy
2016-06-13ref_transaction_update(): check refname_is_safe() at a minimumMichael Haggerty
2016-06-13add_update(): initialize the whole ref_updateMichael Haggerty
2016-06-13ref_transaction_create(): disallow recursive pruningMichael Haggerty
2016-06-13refs: make error messages more consistentMichael Haggerty
2016-05-05refname_is_safe(): insist that the refname already be normalizedMichael Haggerty
2016-05-05refname_is_safe(): don't allow the empty stringMichael Haggerty
2016-05-05refname_is_safe(): use skip_prefix()Michael Haggerty
2016-04-10refs: move resolve_ref_unsafe into common codeDavid Turner
2016-04-10refs: move for_each_*ref* functions into common codeDavid Turner
2016-04-10refs: move head_ref{,_submodule} to the common codeDavid Turner
2016-02-23use st_add and st_mult for allocation size computationJeff King
2016-02-23convert trivial cases to FLEX_ARRAY macrosJeff King