summaryrefslogtreecommitdiff
path: root/commit.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-36/+41
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | commit: allow lookup_commit_graft to handle arbitrary repositoriesStefan Beller2018-05-181-4/+4
| * | | | commit: allow prepare_commit_graft to handle arbitrary repositoriesStefan Beller2018-05-181-8/+6
| * | | | cache: convert get_graft_file to handle arbitrary repositoriesStefan Beller2018-05-181-1/+1
| * | | | commit: convert read_graft_file to handle arbitrary repositoriesBrandon Williams2018-05-181-3/+2
| * | | | commit: convert register_commit_graft to handle arbitrary repositoriesBrandon Williams2018-05-181-14/+15
| * | | | commit: convert commit_graft_pos() to handle arbitrary repositoriesBrandon Williams2018-05-181-4/+3
| * | | | shallow: add repository argument to is_repository_shallowStefan Beller2018-05-181-1/+1
| * | | | commit: add repository argument to lookup_commit_graftJonathan Nieder2018-05-181-2/+2
| * | | | commit: add repository argument to prepare_commit_graftJonathan Nieder2018-05-161-2/+3
| * | | | commit: add repository argument to read_graft_fileJonathan Nieder2018-05-161-2/+3
| * | | | commit: add repository argument to register_commit_graftJonathan Nieder2018-05-161-2/+2
| * | | | commit: add repository argument to commit_graft_posJonathan Nieder2018-05-161-4/+5
| * | | | object: move grafts to object parserJonathan Nieder2018-05-161-19/+23
| * | | | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | | | | Merge branch 'sb/object-store-alloc'Junio C Hamano2018-06-251-1/+14
|\ \ \ \ \ | |/ / / /
| * | | | alloc: allow arbitrary repositories for alloc functionsStefan Beller2018-05-161-0/+12
| * | | | alloc: add repository argument to alloc_commit_nodeStefan Beller2018-05-091-1/+1
| * | | | object: add repository argument to create_objectStefan Beller2018-05-091-1/+2
* | | | | Merge branch 'ds/commit-graph-lockfile-fix'Junio C Hamano2018-06-251-8/+53
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | commit: use generation number in remove_redundant()Derrick Stolee2018-05-221-1/+6
| * | | | commit: add short-circuit to paint_down_to_common()Derrick Stolee2018-05-221-4/+16
| * | | | commit: use generation numbers for in_merge_bases()Derrick Stolee2018-05-221-1/+8
| * | | | commit-graph: always load commit-graph informationDerrick Stolee2018-05-221-2/+5
| * | | | commit: use generations in paint_down_to_common()Derrick Stolee2018-05-221-1/+19
* | | | | Merge branch 'nd/commit-util-to-slab'Junio C Hamano2018-06-251-2/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | merge: use commit-slab in merge remote desc instead of commit->utilNguyễn Thái Ngọc Duy2018-05-211-2/+10
* | | | | Merge branch 'jk/index-pack-maint'Junio C Hamano2018-06-131-0/+3
|\ \ \ \ \
| * | | | | prepare_commit_graft: treat non-repository as a noopJeff King2018-06-011-0/+3
* | | | | | Merge branch 'bc/object-id'Junio C Hamano2018-05-301-2/+2
|\ \ \ \ \ \
| * | | | | | commit: convert uses of get_sha1_hex to get_oid_hexbrian m. carlson2018-05-021-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'js/deprecate-grafts'Junio C Hamano2018-05-231-3/+15
|\ \ \ \ \ \
| * | | | | | Deprecate support for .git/info/graftsJohannes Schindelin2018-04-301-0/+10
| * | | | | | commit: Let the callback of for_each_mergetag return on errorJohannes Schindelin2018-04-261-3/+5
| |/ / / / /
* | | | | | Merge branch 'ds/lazy-load-trees'Junio C Hamano2018-05-231-1/+17
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | commit-graph: lazy-load trees for commitsDerrick Stolee2018-04-111-1/+7
| * | | | commit: create get_commit_tree() methodDerrick Stolee2018-04-111-0/+10
| * | | | treewide: rename tree to maybe_treeDerrick Stolee2018-04-111-1/+1
| * | | | Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio C Hamano2018-04-111-10/+10
| |\ \ \ \
* | \ \ \ \ Merge branch 'ds/commit-graph'Junio C Hamano2018-05-081-0/+3
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | commit: integrate commit graph with commit parsingDerrick Stolee2018-04-111-0/+3
* | | | | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-3/+3
* | | | | sha1_file: convert assert_sha1_type to object_idbrian m. carlson2018-03-141-1/+1
| |_|/ / |/| | |
* | | | Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-10/+10
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | commit: rename 'new' variablesBrandon Williams2018-02-221-9/+9
| * | object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-1/+1
* | | Merge branch 'po/object-id'Junio C Hamano2018-02-151-8/+7
|\ \ \
| * | | sha1_file: convert write_sha1_file to object_idPatryk Obara2018-01-301-1/+1
| * | | commit: convert commit_tree* to object_idPatryk Obara2018-01-301-8/+7
| |/ /
* | | Merge branch 'sg/cocci-move-array'Junio C Hamano2018-02-131-4/+2
|\ \ \ | |/ / |/| |