summaryrefslogtreecommitdiffstats
path: root/commit.c
AgeCommit message (Expand)AuthorLines
2018-06-13Merge branch 'jk/index-pack-maint'Junio C Hamano-0/+3
2018-06-01prepare_commit_graft: treat non-repository as a noopJeff King-0/+3
2018-05-30Merge branch 'bc/object-id'Junio C Hamano-2/+2
2018-05-23Merge branch 'js/deprecate-grafts'Junio C Hamano-3/+15
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano-1/+17
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano-0/+3
2018-05-02commit: convert uses of get_sha1_hex to get_oid_hexbrian m. carlson-2/+2
2018-04-30Deprecate support for .git/info/graftsJohannes Schindelin-0/+10
2018-04-26commit: Let the callback of for_each_mergetag return on errorJohannes Schindelin-3/+5
2018-04-11commit-graph: lazy-load trees for commitsDerrick Stolee-1/+7
2018-04-11commit: create get_commit_tree() methodDerrick Stolee-0/+10
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee-1/+1
2018-04-11Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio C Hamano-10/+10
2018-04-11commit: integrate commit graph with commit parsingDerrick Stolee-0/+3
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson-3/+3
2018-03-14sha1_file: convert assert_sha1_type to object_idbrian m. carlson-1/+1
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano-10/+10
2018-02-22commit: rename 'new' variablesBrandon Williams-9/+9
2018-02-15Merge branch 'po/object-id'Junio C Hamano-8/+7
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams-1/+1
2018-02-13Merge branch 'sg/cocci-move-array'Junio C Hamano-4/+2
2018-01-30sha1_file: convert write_sha1_file to object_idPatryk Obara-1/+1
2018-01-30commit: convert commit_tree* to object_idPatryk Obara-8/+7
2018-01-22Use MOVE_ARRAYSZEDER Gábor-4/+2
2017-12-28commit: remove unused function clear_commit_marks_for_object_array()René Scharfe-14/+0
2017-12-28commit: use clear_commit_marks_many() in remove_redundant()René Scharfe-2/+1
2017-12-28commit: avoid allocation in clear_commit_marks_many()René Scharfe-1/+1
2017-11-08reduce_heads: fix memory leaksMartin Ågren-0/+7
2017-09-29Merge branch 'ma/leakplugs'Junio C Hamano-0/+1
2017-09-24commit: fix memory leak in `reduce_heads()`Martin Ågren-0/+1
2017-09-19Merge branch 'rs/strbuf-leakfix'Junio C Hamano-2/+5
2017-09-07commit: release strbuf on error return in commit_tree_extended()Rene Scharfe-2/+5
2017-08-18commit: rewrite read_graft_linePatryk Obara-15/+21
2017-08-18commit: allocate array using object_id sizePatryk Obara-1/+2
2017-08-18commit: replace the raw buffer with strbuf in read_graft_linePatryk Obara-12/+11
2017-08-11Merge branch 'rs/move-array'Junio C Hamano-3/+2
2017-07-17use MOVE_ARRAYRené Scharfe-3/+2
2017-07-17sha1_name: convert get_sha1* to get_oid*brian m. carlson-2/+2
2017-07-13commit: convert lookup_commit_graft to struct object_idStefan Beller-3/+3
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason-2/+1
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano-1/+1
2017-05-29Merge branch 'bm/interpret-trailers-cut-line-is-eom'Junio C Hamano-6/+7
2017-05-29Merge branch 'bc/object-id'Junio C Hamano-19/+19
2017-05-26wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy-1/+1
2017-05-18interpret-trailers: honor the cut lineBrian Malehorn-6/+7
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson-2/+2
2017-05-08Convert lookup_tree to struct object_idbrian m. carlson-1/+1
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson-15/+15
2017-05-08shallow: convert shallow registration functions to object_idbrian m. carlson-2/+2
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin-6/+6