summaryrefslogtreecommitdiff
path: root/commit.c
AgeCommit message (Expand)Author
2017-12-28commit: remove unused function clear_commit_marks_for_object_array()René Scharfe
2017-12-28commit: use clear_commit_marks_many() in remove_redundant()René Scharfe
2017-12-28commit: avoid allocation in clear_commit_marks_many()René Scharfe
2017-11-08reduce_heads: fix memory leaksMartin Ågren
2017-09-29Merge branch 'ma/leakplugs'Junio C Hamano
2017-09-24commit: fix memory leak in `reduce_heads()`Martin Ågren
2017-09-19Merge branch 'rs/strbuf-leakfix'Junio C Hamano
2017-09-06commit: release strbuf on error return in commit_tree_extended()Rene Scharfe
2017-08-18commit: rewrite read_graft_linePatryk Obara
2017-08-18commit: allocate array using object_id sizePatryk Obara
2017-08-18commit: replace the raw buffer with strbuf in read_graft_linePatryk Obara
2017-08-11Merge branch 'rs/move-array'Junio C Hamano
2017-07-17use MOVE_ARRAYRené Scharfe
2017-07-17sha1_name: convert get_sha1* to get_oid*brian m. carlson
2017-07-13commit: convert lookup_commit_graft to struct object_idStefan Beller
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano
2017-05-29Merge branch 'bm/interpret-trailers-cut-line-is-eom'Junio C Hamano
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-26wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy
2017-05-18interpret-trailers: honor the cut lineBrian Malehorn
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson
2017-05-08Convert lookup_tree to struct object_idbrian m. carlson
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-05-08shallow: convert shallow registration functions to object_idbrian m. carlson
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-04-24parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin
2017-03-10Merge branch 'rs/commit-parsing-optim'Junio C Hamano
2017-02-27commit: don't check for space twice when looking for headerRené Scharfe
2017-02-27commit: be more precise when searching for headersRené Scharfe
2017-02-01commit.c: use strchrnul() to scan for one lineJunio C Hamano
2016-11-29commit: make ignore_non_trailer take buf/lenJonathan Tan
2016-10-11Merge branch 'rs/copy-array' into maintJunio C Hamano
2016-10-03Merge branch 'rs/copy-array'Junio C Hamano
2016-09-25use COPY_ARRAYRené Scharfe
2016-09-19i18n: commit: mark message for translationVasco Almeida
2016-08-19Merge branch 'rs/pull-signed-tag'Junio C Hamano
2016-08-14commit: use FLEX_ARRAY in struct merge_remote_descRené Scharfe
2016-08-14commit: factor out set_merge_remote_desc()René Scharfe
2016-08-14commit: use xstrdup() in get_merge_parent()René Scharfe
2016-07-28Merge branch 'js/sign-empty-commit-fix' into maintJunio C Hamano
2016-07-28Merge branch 'js/find-commit-subject-ignore-leading-blanks' into maintJunio C Hamano
2016-07-19Merge branch 'jk/printf-format'Junio C Hamano
2016-07-13Merge branch 'js/sign-empty-commit-fix'Junio C Hamano
2016-07-11Merge branch 'js/find-commit-subject-ignore-leading-blanks'Junio C Hamano
2016-07-08commit.c: remove print_commit_list()Junio C Hamano
2016-06-29commit -S: avoid invalid pointer with empty messageJohannes Schindelin
2016-06-22commit.c: make find_commit_subject() more robustJohannes Schindelin
2016-02-22use st_add and st_mult for allocation size computationJeff King
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King