summaryrefslogtreecommitdiff
path: root/commit.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-22commit: use generation number in remove_redundant()Libravatar Derrick Stolee1-1/+6
2018-05-22commit: add short-circuit to paint_down_to_common()Libravatar Derrick Stolee1-4/+16
2018-05-22commit: use generation numbers for in_merge_bases()Libravatar Derrick Stolee1-1/+8
2018-05-22commit-graph: always load commit-graph informationLibravatar Derrick Stolee1-2/+5
2018-05-22commit: use generations in paint_down_to_common()Libravatar Derrick Stolee1-1/+19
2018-05-21merge: use commit-slab in merge remote desc instead of commit->utilLibravatar Nguyễn Thái Ngọc Duy1-2/+10
2018-05-18commit: allow lookup_commit_graft to handle arbitrary repositoriesLibravatar Stefan Beller1-4/+4
2018-05-18commit: allow prepare_commit_graft to handle arbitrary repositoriesLibravatar Stefan Beller1-8/+6
2018-05-18cache: convert get_graft_file to handle arbitrary repositoriesLibravatar Stefan Beller1-1/+1
2018-05-18commit: convert read_graft_file to handle arbitrary repositoriesLibravatar Brandon Williams1-3/+2
2018-05-18commit: convert register_commit_graft to handle arbitrary repositoriesLibravatar Brandon Williams1-14/+15
2018-05-18commit: convert commit_graft_pos() to handle arbitrary repositoriesLibravatar Brandon Williams1-4/+3
2018-05-18shallow: add repository argument to is_repository_shallowLibravatar Stefan Beller1-1/+1
2018-05-18commit: add repository argument to lookup_commit_graftLibravatar Jonathan Nieder1-2/+2
2018-05-16commit: add repository argument to prepare_commit_graftLibravatar Jonathan Nieder1-2/+3
2018-05-16commit: add repository argument to read_graft_fileLibravatar Jonathan Nieder1-2/+3
2018-05-16commit: add repository argument to register_commit_graftLibravatar Jonathan Nieder1-2/+2
2018-05-16commit: add repository argument to commit_graft_posLibravatar Jonathan Nieder1-4/+5
2018-05-16object: move grafts to object parserLibravatar Jonathan Nieder1-19/+23
2018-05-16object-store: move object access functions to object-store.hLibravatar Stefan Beller1-0/+1
2018-05-16alloc: allow arbitrary repositories for alloc functionsLibravatar Stefan Beller1-0/+12
2018-05-09alloc: add repository argument to alloc_commit_nodeLibravatar Stefan Beller1-1/+1
2018-05-09object: add repository argument to create_objectLibravatar Stefan Beller1-1/+2
2018-05-08Merge branch 'ds/commit-graph'Libravatar Junio C Hamano1-0/+3
2018-05-02commit: convert uses of get_sha1_hex to get_oid_hexLibravatar brian m. carlson1-2/+2
2018-04-30Deprecate support for .git/info/graftsLibravatar Johannes Schindelin1-0/+10
2018-04-26commit: Let the callback of for_each_mergetag return on errorLibravatar Johannes Schindelin1-3/+5
2018-04-11commit-graph: lazy-load trees for commitsLibravatar Derrick Stolee1-1/+7
2018-04-11commit: create get_commit_tree() methodLibravatar Derrick Stolee1-0/+10
2018-04-11treewide: rename tree to maybe_treeLibravatar Derrick Stolee1-1/+1
2018-04-11Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesLibravatar Junio C Hamano1-10/+10
2018-04-11commit: integrate commit graph with commit parsingLibravatar Derrick Stolee1-0/+3
2018-03-14sha1_file: convert read_sha1_file to struct object_idLibravatar brian m. carlson1-3/+3
2018-03-14sha1_file: convert assert_sha1_type to object_idLibravatar brian m. carlson1-1/+1
2018-03-06Merge branch 'bw/c-plus-plus'Libravatar Junio C Hamano1-10/+10
2018-02-22commit: rename 'new' variablesLibravatar Brandon Williams1-9/+9
2018-02-15Merge branch 'po/object-id'Libravatar Junio C Hamano1-8/+7
2018-02-14object: rename function 'typename' to 'type_name'Libravatar Brandon Williams1-1/+1
2018-02-13Merge branch 'sg/cocci-move-array'Libravatar Junio C Hamano1-4/+2
2018-01-30sha1_file: convert write_sha1_file to object_idLibravatar Patryk Obara1-1/+1
2018-01-30commit: convert commit_tree* to object_idLibravatar Patryk Obara1-8/+7
2018-01-22Use MOVE_ARRAYLibravatar SZEDER Gábor1-4/+2
2017-12-28commit: remove unused function clear_commit_marks_for_object_array()Libravatar René Scharfe1-14/+0
2017-12-28commit: use clear_commit_marks_many() in remove_redundant()Libravatar René Scharfe1-2/+1
2017-12-28commit: avoid allocation in clear_commit_marks_many()Libravatar René Scharfe1-1/+1
2017-11-08reduce_heads: fix memory leaksLibravatar Martin Ågren1-0/+7
2017-09-29Merge branch 'ma/leakplugs'Libravatar Junio C Hamano1-0/+1
2017-09-24commit: fix memory leak in `reduce_heads()`Libravatar Martin Ågren1-0/+1
2017-09-19Merge branch 'rs/strbuf-leakfix'Libravatar Junio C Hamano1-2/+5
2017-09-07commit: release strbuf on error return in commit_tree_extended()Libravatar Rene Scharfe1-2/+5