Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jt/commit-graph-per-object-store' | Junio C Hamano | 2018-08-02 | 1 | -1/+0 |
|\ | |||||
| * | commit-graph: add repo arg to graph readers | Jonathan Tan | 2018-07-17 | 1 | -1/+0 |
| * | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 2018-06-29 | 1 | -118/+1 |
| |\ | |||||
* | \ | Merge branch 'en/dirty-merge-fixes' | Junio C Hamano | 2018-08-02 | 1 | -6/+10 |
|\ \ \ | |||||
| * | | | merge-recursive: fix assumption that head tree being merged is HEAD | Elijah Newren | 2018-07-11 | 1 | -4/+7 |
| * | | | index_has_changes(): avoid assuming operating on the_index | Elijah Newren | 2018-07-03 | 1 | -5/+6 |
* | | | | Merge branch 'jm/cache-entry-from-mem-pool' | Junio C Hamano | 2018-08-02 | 1 | -2/+62 |
|\ \ \ \ | |||||
| * | | | | block alloc: add validations around cache_entry lifecyle | Jameson Miller | 2018-07-03 | 1 | -0/+6 |
| * | | | | block alloc: allocate cache entries from mem_pool | Jameson Miller | 2018-07-03 | 1 | -0/+21 |
| * | | | | block alloc: add lifecycle APIs for cache_entry structs | Jameson Miller | 2018-07-03 | 1 | -6/+34 |
| * | | | | read-cache: teach make_cache_entry to take object_id | Jameson Miller | 2018-07-03 | 1 | -1/+6 |
| * | | | | read-cache: teach refresh_cache_entry to take istate | Jameson Miller | 2018-07-03 | 1 | -1/+1 |
* | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2018-08-02 | 1 | -3/+3 |
|\ \ \ \ \ | |||||
| * | | | | | cache: update object ID functions for the_hash_algo | brian m. carlson | 2018-07-16 | 1 | -3/+3 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 2018-07-18 | 1 | -118/+1 |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | cache: convert get_graft_file to handle arbitrary repositories | Stefan Beller | 2018-05-18 | 1 | -1/+1 |
| * | | | object-store: move object access functions to object-store.h | Stefan Beller | 2018-05-16 | 1 | -117/+0 |
* | | | | Merge branch 'sb/object-store-alloc' | Junio C Hamano | 2018-06-25 | 1 | -9/+0 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | |||||
| * | | alloc: allow arbitrary repositories for alloc functions | Stefan Beller | 2018-05-16 | 1 | -16/+0 |
| * | | alloc: add repository argument to alloc_commit_index | Stefan Beller | 2018-05-09 | 1 | -1/+2 |
| * | | alloc: add repository argument to alloc_report | Stefan Beller | 2018-05-09 | 1 | -1/+2 |
| * | | alloc: add repository argument to alloc_object_node | Stefan Beller | 2018-05-09 | 1 | -1/+2 |
| * | | alloc: add repository argument to alloc_tag_node | Stefan Beller | 2018-05-09 | 1 | -1/+2 |
| * | | alloc: add repository argument to alloc_commit_node | Stefan Beller | 2018-05-09 | 1 | -1/+2 |
| * | | alloc: add repository argument to alloc_tree_node | Stefan Beller | 2018-05-09 | 1 | -1/+2 |
| * | | alloc: add repository argument to alloc_blob_node | Stefan Beller | 2018-05-09 | 1 | -1/+2 |
* | | | Merge branch 'nd/command-list' | Junio C Hamano | 2018-06-01 | 1 | -5/+0 |
|\ \ \ | |||||
| * | | | Move declaration for alias.c to alias.h | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -5/+0 |
* | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2018-05-30 | 1 | -19/+9 |
|\ \ \ \ | |||||
| * | | | | sha1_file: only expose empty object constants through git_hash_algo | brian m. carlson | 2018-05-02 | 1 | -16/+0 |
| * | | | | sha1-file: add functions for hex empty tree and blob OIDs | brian m. carlson | 2018-05-02 | 1 | -0/+3 |
| * | | | | Update struct index_state to use struct object_id | brian m. carlson | 2018-05-02 | 1 | -1/+1 |
| * | | | | sha1-file: convert freshen functions to object_id | brian m. carlson | 2018-05-02 | 1 | -1/+1 |
| * | | | | packfile: remove unused member from struct pack_entry | brian m. carlson | 2018-05-02 | 1 | -1/+0 |
| * | | | | Remove unused member in struct object_context | brian m. carlson | 2018-05-02 | 1 | -1/+0 |
| * | | | | cache: add a function to read an object ID from a buffer | brian m. carlson | 2018-05-02 | 1 | -0/+5 |
| |/ / / | |||||
* | | | | Sync with Git 2.17.1 | Junio C Hamano | 2018-05-29 | 1 | -2/+10 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Sync with Git 2.16.4 | Junio C Hamano | 2018-05-22 | 1 | -2/+10 |
| |\ \ \ | |||||
| | * \ \ | Sync with Git 2.15.2 | Junio C Hamano | 2018-05-22 | 1 | -2/+10 |
| | |\ \ \ | |||||
| | | * \ \ | Sync with Git 2.14.4 | Junio C Hamano | 2018-05-22 | 1 | -2/+10 |
| | | |\ \ \ | |||||
| | | | * \ \ | Sync with Git 2.13.7 | Junio C Hamano | 2018-05-22 | 1 | -2/+10 |
| | | | |\ \ \ | |||||
| | | | | * | | | verify_path: disallow symlinks in .gitmodules | Jeff King | 2018-05-21 | 1 | -1/+1 |
| | | | | * | | | is_ntfs_dotgit: match other .git files | Johannes Schindelin | 2018-05-21 | 1 | -1/+9 |
| | * | | | | | | Merge branch 'tg/split-index-fixes' into maint | Junio C Hamano | 2018-03-22 | 1 | -3/+5 |
| | |\ \ \ \ \ \ | |||||
* | | \ \ \ \ \ \ | Merge branch 'nd/pack-objects-pack-struct' | Junio C Hamano | 2018-05-23 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | pack-objects: turn type and in_pack_type to bitfields | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -0/+2 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'sb/oid-object-info' | Junio C Hamano | 2018-05-23 | 1 | -2/+5 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | cache.h: allow oid_object_info to handle arbitrary repositories | Stefan Beller | 2018-04-26 | 1 | -5/+4 |
| * | | | | | | | | cache.h: add repository argument to oid_object_info | Stefan Beller | 2018-04-26 | 1 | -1/+2 |
| * | | | | | | | | cache.h: add repository argument to oid_object_info_extended | Stefan Beller | 2018-04-26 | 1 | -1/+4 |