Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 2018-07-18 | 1 | -36/+41 | |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | ||||||
| * | | | | commit: allow lookup_commit_graft to handle arbitrary repositories | Stefan Beller | 2018-05-18 | 1 | -4/+4 | |
| * | | | | commit: allow prepare_commit_graft to handle arbitrary repositories | Stefan Beller | 2018-05-18 | 1 | -8/+6 | |
| * | | | | cache: convert get_graft_file to handle arbitrary repositories | Stefan Beller | 2018-05-18 | 1 | -1/+1 | |
| * | | | | commit: convert read_graft_file to handle arbitrary repositories | Brandon Williams | 2018-05-18 | 1 | -3/+2 | |
| * | | | | commit: convert register_commit_graft to handle arbitrary repositories | Brandon Williams | 2018-05-18 | 1 | -14/+15 | |
| * | | | | commit: convert commit_graft_pos() to handle arbitrary repositories | Brandon Williams | 2018-05-18 | 1 | -4/+3 | |
| * | | | | shallow: add repository argument to is_repository_shallow | Stefan Beller | 2018-05-18 | 1 | -1/+1 | |
| * | | | | commit: add repository argument to lookup_commit_graft | Jonathan Nieder | 2018-05-18 | 1 | -2/+2 | |
| * | | | | commit: add repository argument to prepare_commit_graft | Jonathan Nieder | 2018-05-16 | 1 | -2/+3 | |
| * | | | | commit: add repository argument to read_graft_file | Jonathan Nieder | 2018-05-16 | 1 | -2/+3 | |
| * | | | | commit: add repository argument to register_commit_graft | Jonathan Nieder | 2018-05-16 | 1 | -2/+2 | |
| * | | | | commit: add repository argument to commit_graft_pos | Jonathan Nieder | 2018-05-16 | 1 | -4/+5 | |
| * | | | | object: move grafts to object parser | Jonathan Nieder | 2018-05-16 | 1 | -19/+23 | |
| * | | | | object-store: move object access functions to object-store.h | Stefan Beller | 2018-05-16 | 1 | -0/+1 | |
* | | | | | Merge branch 'sb/object-store-alloc' | Junio C Hamano | 2018-06-25 | 1 | -1/+14 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | alloc: allow arbitrary repositories for alloc functions | Stefan Beller | 2018-05-16 | 1 | -0/+12 | |
| * | | | | alloc: add repository argument to alloc_commit_node | Stefan Beller | 2018-05-09 | 1 | -1/+1 | |
| * | | | | object: add repository argument to create_object | Stefan Beller | 2018-05-09 | 1 | -1/+2 | |
* | | | | | Merge branch 'ds/commit-graph-lockfile-fix' | Junio C Hamano | 2018-06-25 | 1 | -8/+53 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | commit: use generation number in remove_redundant() | Derrick Stolee | 2018-05-22 | 1 | -1/+6 | |
| * | | | | commit: add short-circuit to paint_down_to_common() | Derrick Stolee | 2018-05-22 | 1 | -4/+16 | |
| * | | | | commit: use generation numbers for in_merge_bases() | Derrick Stolee | 2018-05-22 | 1 | -1/+8 | |
| * | | | | commit-graph: always load commit-graph information | Derrick Stolee | 2018-05-22 | 1 | -2/+5 | |
| * | | | | commit: use generations in paint_down_to_common() | Derrick Stolee | 2018-05-22 | 1 | -1/+19 | |
* | | | | | Merge branch 'nd/commit-util-to-slab' | Junio C Hamano | 2018-06-25 | 1 | -2/+10 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | merge: use commit-slab in merge remote desc instead of commit->util | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -2/+10 | |
* | | | | | Merge branch 'jk/index-pack-maint' | Junio C Hamano | 2018-06-13 | 1 | -0/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | prepare_commit_graft: treat non-repository as a noop | Jeff King | 2018-06-01 | 1 | -0/+3 | |
* | | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2018-05-30 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | commit: convert uses of get_sha1_hex to get_oid_hex | brian m. carlson | 2018-05-02 | 1 | -2/+2 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge branch 'js/deprecate-grafts' | Junio C Hamano | 2018-05-23 | 1 | -3/+15 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Deprecate support for .git/info/grafts | Johannes Schindelin | 2018-04-30 | 1 | -0/+10 | |
| * | | | | | | commit: Let the callback of for_each_mergetag return on error | Johannes Schindelin | 2018-04-26 | 1 | -3/+5 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'ds/lazy-load-trees' | Junio C Hamano | 2018-05-23 | 1 | -1/+17 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | | | ||||||
| * | | | | commit-graph: lazy-load trees for commits | Derrick Stolee | 2018-04-11 | 1 | -1/+7 | |
| * | | | | commit: create get_commit_tree() method | Derrick Stolee | 2018-04-11 | 1 | -0/+10 | |
| * | | | | treewide: rename tree to maybe_tree | Derrick Stolee | 2018-04-11 | 1 | -1/+1 | |
| * | | | | Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees | Junio C Hamano | 2018-04-11 | 1 | -10/+10 | |
| |\ \ \ \ | ||||||
* | \ \ \ \ | Merge branch 'ds/commit-graph' | Junio C Hamano | 2018-05-08 | 1 | -0/+3 | |
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | | | ||||||
| * | | | | commit: integrate commit graph with commit parsing | Derrick Stolee | 2018-04-11 | 1 | -0/+3 | |
* | | | | | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 2018-03-14 | 1 | -3/+3 | |
* | | | | | sha1_file: convert assert_sha1_type to object_id | brian m. carlson | 2018-03-14 | 1 | -1/+1 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 2018-03-06 | 1 | -10/+10 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | ||||||
| * | | commit: rename 'new' variables | Brandon Williams | 2018-02-22 | 1 | -9/+9 | |
| * | | object: rename function 'typename' to 'type_name' | Brandon Williams | 2018-02-14 | 1 | -1/+1 | |
* | | | Merge branch 'po/object-id' | Junio C Hamano | 2018-02-15 | 1 | -8/+7 | |
|\ \ \ | ||||||
| * | | | sha1_file: convert write_sha1_file to object_id | Patryk Obara | 2018-01-30 | 1 | -1/+1 | |
| * | | | commit: convert commit_tree* to object_id | Patryk Obara | 2018-01-30 | 1 | -8/+7 | |
| |/ / | ||||||
* | | | Merge branch 'sg/cocci-move-array' | Junio C Hamano | 2018-02-13 | 1 | -4/+2 | |
|\ \ \ | |/ / |/| | |