summaryrefslogtreecommitdiff
path: root/commit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * Use MOVE_ARRAYsg/cocci-move-arraySZEDER Gábor2018-01-221-4/+2
* | commit: remove unused function clear_commit_marks_for_object_array()rs/lose-leak-pendingRené Scharfe2017-12-281-14/+0
* | commit: use clear_commit_marks_many() in remove_redundant()René Scharfe2017-12-281-2/+1
* | commit: avoid allocation in clear_commit_marks_many()René Scharfe2017-12-281-1/+1
|/
* reduce_heads: fix memory leaksma/reduce-heads-leakfixMartin Ågren2017-11-081-0/+7
* Merge branch 'ma/leakplugs'Junio C Hamano2017-09-291-0/+1
|\
| * commit: fix memory leak in `reduce_heads()`Martin Ågren2017-09-241-0/+1
* | Merge branch 'rs/strbuf-leakfix'Junio C Hamano2017-09-191-2/+5
|\ \
| * | commit: release strbuf on error return in commit_tree_extended()Rene Scharfe2017-09-071-2/+5
* | | commit: rewrite read_graft_linepo/read-graft-linePatryk Obara2017-08-181-15/+21
* | | commit: allocate array using object_id sizePatryk Obara2017-08-181-1/+2
* | | commit: replace the raw buffer with strbuf in read_graft_linePatryk Obara2017-08-181-12/+11
|/ /
* | Merge branch 'rs/move-array'Junio C Hamano2017-08-111-3/+2
|\ \ | |/
| * use MOVE_ARRAYRené Scharfe2017-07-171-3/+2
* | sha1_name: convert get_sha1* to get_oid*brian m. carlson2017-07-171-2/+2
* | commit: convert lookup_commit_graft to struct object_idStefan Beller2017-07-131-3/+3
|/
* coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-2/+1
* Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-131-1/+1
|\
| * wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy2017-05-261-1/+1
* | Merge branch 'bm/interpret-trailers-cut-line-is-eom'Junio C Hamano2017-05-291-6/+7
|\ \
| * | interpret-trailers: honor the cut linebm/interpret-trailers-cut-line-is-eomBrian Malehorn2017-05-181-6/+7
| |/
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-19/+19
|\ \
| * | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-2/+2
| * | Convert lookup_tree to struct object_idbrian m. carlson2017-05-081-1/+1
| * | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-15/+15
| * | shallow: convert shallow registration functions to object_idbrian m. carlson2017-05-081-2/+2
| |/
* | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-6/+6
* | parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin2017-04-231-3/+3
|/
* Merge branch 'rs/commit-parsing-optim'Junio C Hamano2017-03-101-12/+10
|\
| * commit: don't check for space twice when looking for headerrs/commit-parsing-optimRené Scharfe2017-02-271-10/+8
| * commit: be more precise when searching for headersRené Scharfe2017-02-271-2/+2
| * Merge branch 'rs/copy-array' into maintJunio C Hamano2016-10-111-1/+1
| |\
* | | commit.c: use strchrnul() to scan for one lineJunio C Hamano2017-02-011-2/+1
* | | commit: make ignore_non_trailer take buf/lenJonathan Tan2016-11-291-11/+11
* | | Merge branch 'rs/copy-array'Junio C Hamano2016-10-031-1/+1
|\ \ \ | | |/ | |/|
| * | use COPY_ARRAYrs/copy-arrayRené Scharfe2016-09-251-1/+1
* | | i18n: commit: mark message for translationVasco Almeida2016-09-191-4/+4
| |/ |/|
* | Merge branch 'rs/pull-signed-tag'Junio C Hamano2016-08-191-7/+11
|\ \
| * | commit: use FLEX_ARRAY in struct merge_remote_descrs/pull-signed-tagRené Scharfe2016-08-131-2/+1
| * | commit: factor out set_merge_remote_desc()René Scharfe2016-08-131-7/+12
| * | commit: use xstrdup() in get_merge_parent()René Scharfe2016-08-131-1/+1