summaryrefslogtreecommitdiff
path: root/commit.c
AgeCommit message (Expand)Author
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-06-25Merge branch 'sb/object-store-alloc'Junio C Hamano
2018-06-25Merge branch 'ds/commit-graph-lockfile-fix'Junio C Hamano
2018-06-25Merge branch 'nd/commit-util-to-slab'Junio C Hamano
2018-06-13Merge branch 'jk/index-pack-maint'Junio C Hamano
2018-06-01prepare_commit_graft: treat non-repository as a noopJeff King
2018-05-30Merge branch 'bc/object-id'Junio C Hamano
2018-05-23Merge branch 'js/deprecate-grafts'Junio C Hamano
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano
2018-05-22commit: use generation number in remove_redundant()Derrick Stolee
2018-05-22commit: add short-circuit to paint_down_to_common()Derrick Stolee
2018-05-22commit: use generation numbers for in_merge_bases()Derrick Stolee
2018-05-22commit-graph: always load commit-graph informationDerrick Stolee
2018-05-22commit: use generations in paint_down_to_common()Derrick Stolee
2018-05-21merge: use commit-slab in merge remote desc instead of commit->utilNguyễn Thái Ngọc Duy
2018-05-17commit: allow lookup_commit_graft to handle arbitrary repositoriesStefan Beller
2018-05-17commit: allow prepare_commit_graft to handle arbitrary repositoriesStefan Beller
2018-05-17cache: convert get_graft_file to handle arbitrary repositoriesStefan Beller
2018-05-17commit: convert read_graft_file to handle arbitrary repositoriesBrandon Williams
2018-05-17commit: convert register_commit_graft to handle arbitrary repositoriesBrandon Williams
2018-05-17commit: convert commit_graft_pos() to handle arbitrary repositoriesBrandon Williams
2018-05-17shallow: add repository argument to is_repository_shallowStefan Beller
2018-05-17commit: add repository argument to lookup_commit_graftJonathan Nieder
2018-05-16commit: add repository argument to prepare_commit_graftJonathan Nieder
2018-05-16commit: add repository argument to read_graft_fileJonathan Nieder
2018-05-16commit: add repository argument to register_commit_graftJonathan Nieder
2018-05-16commit: add repository argument to commit_graft_posJonathan Nieder
2018-05-16object: move grafts to object parserJonathan Nieder
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-16alloc: allow arbitrary repositories for alloc functionsStefan Beller
2018-05-09alloc: add repository argument to alloc_commit_nodeStefan Beller
2018-05-09object: add repository argument to create_objectStefan Beller
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano
2018-05-02commit: convert uses of get_sha1_hex to get_oid_hexbrian m. carlson
2018-04-30Deprecate support for .git/info/graftsJohannes Schindelin
2018-04-26commit: Let the callback of for_each_mergetag return on errorJohannes Schindelin
2018-04-11commit-graph: lazy-load trees for commitsDerrick Stolee
2018-04-11commit: create get_commit_tree() methodDerrick Stolee
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee
2018-04-11Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio C Hamano
2018-04-11commit: integrate commit graph with commit parsingDerrick Stolee
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-03-14sha1_file: convert assert_sha1_type to object_idbrian m. carlson
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano
2018-02-22commit: rename 'new' variablesBrandon Williams
2018-02-15Merge branch 'po/object-id'Junio C Hamano
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams
2018-02-13Merge branch 'sg/cocci-move-array'Junio C Hamano
2018-01-30sha1_file: convert write_sha1_file to object_idPatryk Obara
2018-01-30commit: convert commit_tree* to object_idPatryk Obara