| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'bc/object-id' | Junio C Hamano | 2017-03-17 | 1 | -12/+12 |
|\ |
|
| * | refs: convert each_reflog_ent_fn to struct object_id | brian m. carlson | 2017-02-22 | 1 | -12/+12 |
* | | Merge branch 'jk/interpret-branch-name' | Junio C Hamano | 2017-03-14 | 1 | -1/+1 |
|\ \ |
|
| * | | interpret_branch_name: allow callers to restrict expansions | Jeff King | 2017-03-02 | 1 | -1/+1 |
* | | | Merge branch 'jk/parse-config-key-cleanup' | Junio C Hamano | 2017-03-10 | 1 | -4/+3 |
|\ \ \ |
|
| * | | | parse_hide_refs_config: tell parse_config_key we don't want a subsectionjk/parse-config-key-cleanup | Jeff King | 2017-02-24 | 1 | -4/+3 |
* | | | | Merge branch 'sb/parse-hide-refs-config-cleanup' | Junio C Hamano | 2017-03-10 | 1 | -3/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | refs: parse_hide_refs_config to use parse_config_keysb/parse-hide-refs-config-cleanup | Stefan Beller | 2017-02-24 | 1 | -3/+4 |
| |/ / |
|
* | | | Merge branch 'km/delete-ref-reflog-message' | Junio C Hamano | 2017-02-27 | 1 | -3/+3 |
|\ \ \ |
|
| * | | | delete_ref: accept a reflog message argument | Kyle Meyer | 2017-02-20 | 1 | -3/+3 |
| | |/
| |/| |
|
* | | | Merge branch 'mh/submodule-hash' | Junio C Hamano | 2017-02-27 | 1 | -40/+81 |
|\ \ \
| |/ /
|/| | |
|
| * | | read_loose_refs(): read refs using resolve_ref_recursively()mh/submodule-hash | Michael Haggerty | 2017-02-13 | 1 | -4/+4 |
| * | | base_ref_store_init(): remove submodule argument | Michael Haggerty | 2017-02-10 | 1 | -2/+1 |
| * | | refs: push the submodule attribute down | Michael Haggerty | 2017-02-10 | 1 | -11/+0 |
| * | | refs: store submodule ref stores in a hashmap | Michael Haggerty | 2017-02-10 | 1 | -13/+45 |
| * | | register_ref_store(): new function | Michael Haggerty | 2017-02-10 | 1 | -14/+29 |
| * | | refs: remove some unnecessary handling of submodule == "" | Michael Haggerty | 2017-02-10 | 1 | -11/+2 |
| * | | refs: make some ref_store lookup functions private | Michael Haggerty | 2017-02-10 | 1 | -2/+17 |
| * | | refs: reorder some function definitions | Michael Haggerty | 2017-02-10 | 1 | -32/+32 |
| |/ |
|
* | | refs: add option core.logAllRefUpdates = always | Cornelius Weig | 2017-01-31 | 1 | -5/+10 |
|/ |
|
* | Merge branch 'jc/cocci-xstrdup-or-null' | Junio C Hamano | 2016-10-26 | 1 | -2/+1 |
|\ |
|
| * | cocci: refactor common patterns to use xstrdup_or_null()jc/cocci-xstrdup-or-null | Junio C Hamano | 2016-10-12 | 1 | -2/+1 |
* | | Merge branch 'nd/shallow-deepen' | Junio C Hamano | 2016-10-10 | 1 | -1/+7 |
|\ \ |
|
| * | | refs: add expand_ref() | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -1/+7 |
* | | | Merge branch 'bc/object-id' | Junio C Hamano | 2016-09-19 | 1 | -0/+8 |
|\ \ \ |
|
| * | | | refs: add an update_ref_oid function. | brian m. carlson | 2016-09-07 | 1 | -0/+8 |
| | |/
| |/| |
|
* | | | Merge branch 'mh/ref-store' | Junio C Hamano | 2016-09-19 | 1 | -10/+299 |
|\ \ \
| |/ /
|/| | |
|
| * | | refs: add method to rename refs | David Turner | 2016-09-09 | 1 | -0/+7 |
| * | | refs: add methods to init refs db | David Turner | 2016-09-09 | 1 | -0/+8 |
| * | | refs: make delete_refs() virtual | David Turner | 2016-09-09 | 1 | -0/+7 |
| * | | refs: add method for initial ref transaction commit | David Turner | 2016-09-09 | 1 | -0/+8 |
| * | | refs: add methods for reflog | David Turner | 2016-09-09 | 1 | -0/+63 |
| * | | refs: add method iterator_begin | Michael Haggerty | 2016-09-09 | 1 | -1/+1 |
| * | | files_ref_iterator_begin(): take a ref_store argument | Michael Haggerty | 2016-09-09 | 1 | -1/+1 |
| * | | refs: make peel_ref() virtual | Michael Haggerty | 2016-09-09 | 1 | -0/+7 |
| * | | refs: make create_symref() virtual | Michael Haggerty | 2016-09-09 | 1 | -0/+9 |
| * | | refs: make pack_refs() virtual | Michael Haggerty | 2016-09-09 | 1 | -0/+7 |
| * | | refs: make verify_refname_available() virtual | Michael Haggerty | 2016-09-09 | 1 | -0/+10 |
| * | | refs: make read_raw_ref() virtual | Michael Haggerty | 2016-09-09 | 1 | -2/+2 |
| * | | resolve_gitlink_ref(): rename path parameter to submodule | Michael Haggerty | 2016-09-09 | 1 | -6/+7 |
| * | | resolve_gitlink_ref(): avoid memory allocation in many cases | Michael Haggerty | 2016-09-09 | 1 | -6/+13 |
| * | | resolve_gitlink_ref(): implement using resolve_ref_recursively() | Michael Haggerty | 2016-09-09 | 1 | -0/+24 |
| * | | resolve_ref_recursively(): new function | Michael Haggerty | 2016-09-09 | 1 | -3/+11 |
| * | | read_raw_ref(): take a (struct ref_store *) argument | Michael Haggerty | 2016-09-09 | 1 | -1/+3 |
| * | | refs: add a transaction_commit() method | Ronnie Sahlberg | 2016-09-09 | 1 | -0/+9 |
| * | | refs: create a base class "ref_store" for files_ref_store | Michael Haggerty | 2016-09-09 | 1 | -0/+93 |
| * | | refs: add a backend method structure | Ronnie Sahlberg | 2016-09-09 | 1 | -0/+19 |
| * | | rename_ref_available(): add docstring | David Turner | 2016-09-09 | 1 | -6/+6 |
* | | | pass constants as first argument to st_mult()rs/st-mult | René Scharfe | 2016-08-01 | 1 | -1/+1 |
|/ / |
|
* | | do_for_each_ref(): reimplement using reference iteration | Michael Haggerty | 2016-06-20 | 1 | -0/+20 |