Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | ref_transaction_prepare(): new optional step for reference updates | Michael Haggerty | 2017-05-23 | 1 | -3/+71 | |
* | | | | | ref_transaction_commit(): check for valid `transaction->state` | Michael Haggerty | 2017-05-23 | 1 | -0/+12 | |
* | | | | | ref_store: take a `msg` parameter when deleting references | Michael Haggerty | 2017-05-23 | 1 | -5/+6 | |
* | | | | | refs: use `size_t` indexes when iterating over ref transaction updates | Michael Haggerty | 2017-05-23 | 1 | -1/+1 | |
* | | | | | refs_ref_iterator_begin(): don't check prefixes redundantly | Michael Haggerty | 2017-05-23 | 1 | -1/+7 | |
* | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-05-23 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | refs: convert struct ref_update to use struct object_id | brian m. carlson | 2017-05-08 | 1 | -2/+2 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'js/larger-timestamps' | Junio C Hamano | 2017-05-16 | 1 | -7/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | timestamp_t: a new data type for timestamps | Johannes Schindelin | 2017-04-27 | 1 | -7/+7 | |
* | | | | | | Merge branch 'nd/worktree-kill-parse-ref' | Junio C Hamano | 2017-05-16 | 1 | -37/+63 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | refs: introduce get_worktree_ref_store() | Nguyễn Thái Ngọc Duy | 2017-04-24 | 1 | -0/+30 | |
| * | | | | | refs: add REFS_STORE_ALL_CAPS | Nguyễn Thái Ngọc Duy | 2017-04-24 | 1 | -5/+1 | |
| * | | | | | refs.c: make submodule ref store hashmap generic | Nguyễn Thái Ngọc Duy | 2017-04-16 | 1 | -32/+32 | |
* | | | | | | Merge branch 'mh/separate-ref-cache' | Junio C Hamano | 2017-04-26 | 1 | -6/+105 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | refs_verify_refname_available(): implement once for all backends | Michael Haggerty | 2017-04-16 | 1 | -2/+83 | |
| * | | | | | | refs_ref_iterator_begin(): new function | Michael Haggerty | 2017-04-14 | 1 | -2/+13 | |
| * | | | | | | refs_read_raw_ref(): new function | Michael Haggerty | 2017-04-14 | 1 | -2/+9 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'jk/quarantine-received-objects' | Junio C Hamano | 2017-04-23 | 1 | -0/+6 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | refs: reject ref updates while GIT_QUARANTINE_PATH is setjk/quarantine-received-objects | Jeff King | 2017-04-16 | 1 | -0/+6 | |
* | | | | | | Merge branch 'nd/files-backend-git-dir' | Junio C Hamano | 2017-04-19 | 1 | -128/+293 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | refs: delete pack_refs() in favor of refs_pack_refs() | Nguyễn Thái Ngọc Duy | 2017-04-14 | 1 | -5/+0 | |
| * | | | | | refs: new transaction related ref-store api | Nguyễn Thái Ngọc Duy | 2017-04-14 | 1 | -12/+43 | |
| * | | | | | refs: add new ref-store api | Nguyễn Thái Ngọc Duy | 2017-04-14 | 1 | -65/+186 | |
| * | | | | | refs: rename get_ref_store() to get_submodule_ref_store() and make it public | Nguyễn Thái Ngọc Duy | 2017-04-14 | 1 | -4/+8 | |
| * | | | | | files-backend: replace submodule_allowed check in files_downcast() | Nguyễn Thái Ngọc Duy | 2017-04-14 | 1 | -4/+11 | |
| * | | | | | refs: move submodule code out of files-backend.c | Nguyễn Thái Ngọc Duy | 2017-03-27 | 1 | -5/+14 | |
| * | | | | | refs.c: make get_main_ref_store() public and use it | Nguyễn Thái Ngọc Duy | 2017-03-27 | 1 | -18/+18 | |
| * | | | | | refs.c: kill register_ref_store(), add register_submodule_ref_store() | Nguyễn Thái Ngọc Duy | 2017-03-27 | 1 | -25/+20 | |
| * | | | | | refs.c: flatten get_ref_store() a bit | Nguyễn Thái Ngọc Duy | 2017-03-27 | 1 | -10/+13 | |
| * | | | | | refs: rename lookup_ref_store() to lookup_submodule_ref_store() | Nguyễn Thái Ngọc Duy | 2017-03-27 | 1 | -9/+4 | |
| * | | | | | refs.c: introduce get_main_ref_store() | Nguyễn Thái Ngọc Duy | 2017-03-27 | 1 | -4/+9 | |
* | | | | | | avoid using mksnpath for refs | Jeff King | 2017-03-30 | 1 | -18/+26 | |
* | | | | | | Merge branch 'sg/skip-prefix-in-prettify-refname' | Junio C Hamano | 2017-03-28 | 1 | -5/+5 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | refs.c: use skip_prefix() in prettify_refname()sg/skip-prefix-in-prettify-refname | SZEDER Gábor | 2017-03-23 | 1 | -5/+5 | |
* | | | | | | 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 |