aboutsummaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAge
* 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
* | refname_is_safe(): insist that the refname already be normalizedMichael Haggerty2016-05-05
* | refname_is_safe(): don't allow the empty stringMichael Haggerty2016-05-05
* | refname_is_safe(): use skip_prefix()Michael Haggerty2016-05-05
* | refs: move resolve_ref_unsafe into common codeDavid Turner2016-04-10
* | refs: move for_each_*ref* functions into common codeDavid Turner2016-04-10
* | refs: move head_ref{,_submodule} to the common codeDavid Turner2016-04-10
* | use st_add and st_mult for allocation size computationJeff King2016-02-22
* | convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-22
* | use xmallocz to avoid size arithmeticJeff King2016-02-22
|/
* Merge branch 'bc/object-id'Junio C Hamano2015-12-10
|\
| * Remove get_object_hash.brian m. carlson2015-11-20
| * Add several uses of get_object_hash.brian m. carlson2015-11-20
* | Merge branch 'dt/refs-backend-pre-vtable'Junio C Hamano2015-12-08
|\ \ | |/ |/|
| * refs: break out ref conflict checksDavid Turner2015-11-20
| * refs: split filesystem-based refs code into a new fileMichael Haggerty2015-11-20