summaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mh/separate-ref-cache'Junio C Hamano2017-04-261-6/+105
|\
| * refs_verify_refname_available(): implement once for all backendsMichael Haggerty2017-04-161-2/+83
| * refs_ref_iterator_begin(): new functionMichael Haggerty2017-04-141-2/+13
| * refs_read_raw_ref(): new functionMichael Haggerty2017-04-141-2/+9
* | Merge branch 'jk/quarantine-received-objects'Junio C Hamano2017-04-231-0/+6
|\ \
| * | refs: reject ref updates while GIT_QUARANTINE_PATH is setjk/quarantine-received-objectsJeff King2017-04-161-0/+6
* | | Merge branch 'nd/files-backend-git-dir'Junio C Hamano2017-04-191-128/+293
|\ \ \ | | |/ | |/|
| * | refs: delete pack_refs() in favor of refs_pack_refs()Nguyễn Thái Ngọc Duy2017-04-141-5/+0
| * | refs: new transaction related ref-store apiNguyễn Thái Ngọc Duy2017-04-141-12/+43
| * | refs: add new ref-store apiNguyễn Thái Ngọc Duy2017-04-141-65/+186
| * | refs: rename get_ref_store() to get_submodule_ref_store() and make it publicNguyễn Thái Ngọc Duy2017-04-141-4/+8
| * | files-backend: replace submodule_allowed check in files_downcast()Nguyễn Thái Ngọc Duy2017-04-141-4/+11
| * | refs: move submodule code out of files-backend.cNguyễn Thái Ngọc Duy2017-03-271-5/+14
| * | refs.c: make get_main_ref_store() public and use itNguyễn Thái Ngọc Duy2017-03-271-18/+18
| * | refs.c: kill register_ref_store(), add register_submodule_ref_store()Nguyễn Thái Ngọc Duy2017-03-271-25/+20
| * | refs.c: flatten get_ref_store() a bitNguyễn Thái Ngọc Duy2017-03-271-10/+13
| * | refs: rename lookup_ref_store() to lookup_submodule_ref_store()Nguyễn Thái Ngọc Duy2017-03-271-9/+4
| * | refs.c: introduce get_main_ref_store()Nguyễn Thái Ngọc Duy2017-03-271-4/+9
* | | 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