aboutsummaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAge
* Merge branch 'mh/separate-ref-cache'Junio C Hamano2017-04-26
|\
| * refs_verify_refname_available(): implement once for all backendsMichael Haggerty2017-04-16
| * refs_ref_iterator_begin(): new functionMichael Haggerty2017-04-14
| * refs_read_raw_ref(): new functionMichael Haggerty2017-04-14
* | Merge branch 'jk/quarantine-received-objects'Junio C Hamano2017-04-23
|\ \
| * | refs: reject ref updates while GIT_QUARANTINE_PATH is setJeff King2017-04-16
* | | Merge branch 'nd/files-backend-git-dir'Junio C Hamano2017-04-19
|\ \ \ | | |/ | |/|
| * | refs: delete pack_refs() in favor of refs_pack_refs()Nguyễn Thái Ngọc Duy2017-04-14
| * | refs: new transaction related ref-store apiNguyễn Thái Ngọc Duy2017-04-14
| * | refs: add new ref-store apiNguyễn Thái Ngọc Duy2017-04-14
| * | refs: rename get_ref_store() to get_submodule_ref_store() and make it publicNguyễn Thái Ngọc Duy2017-04-14
| * | files-backend: replace submodule_allowed check in files_downcast()Nguyễn Thái Ngọc Duy2017-04-14
| * | refs: move submodule code out of files-backend.cNguyễn Thái Ngọc Duy2017-03-27
| * | refs.c: make get_main_ref_store() public and use itNguyễn Thái Ngọc Duy2017-03-27
| * | refs.c: kill register_ref_store(), add register_submodule_ref_store()Nguyễn Thái Ngọc Duy2017-03-27
| * | refs.c: flatten get_ref_store() a bitNguyễn Thái Ngọc Duy2017-03-27
| * | refs: rename lookup_ref_store() to lookup_submodule_ref_store()Nguyễn Thái Ngọc Duy2017-03-27
| * | refs.c: introduce get_main_ref_store()Nguyễn Thái Ngọc Duy2017-03-27
* | | avoid using mksnpath for refsJeff King2017-03-30
* | | Merge branch 'sg/skip-prefix-in-prettify-refname'Junio C Hamano2017-03-28
|\ \ \ | |/ / |/| |
| * | refs.c: use skip_prefix() in prettify_refname()SZEDER Gábor2017-03-23
* | | Merge branch 'bc/object-id'Junio C Hamano2017-03-17
|\ \ \
| * | | refs: convert each_reflog_ent_fn to struct object_idbrian m. carlson2017-02-22
* | | | Merge branch 'jk/interpret-branch-name'Junio C Hamano2017-03-14
|\ \ \ \
| * | | | interpret_branch_name: allow callers to restrict expansionsJeff King2017-03-02
* | | | | 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