aboutsummaryrefslogtreecommitdiff
path: root/commit.c
Commit message (Expand)AuthorAge
* reduce_heads: fix memory leaksMartin Ågren2017-11-08
* Merge branch 'ma/leakplugs'Junio C Hamano2017-09-29
|\
| * commit: fix memory leak in `reduce_heads()`Martin Ågren2017-09-24
* | Merge branch 'rs/strbuf-leakfix'Junio C Hamano2017-09-19
|\ \
| * | commit: release strbuf on error return in commit_tree_extended()Rene Scharfe2017-09-07
* | | commit: rewrite read_graft_linePatryk Obara2017-08-18
* | | commit: allocate array using object_id sizePatryk Obara2017-08-18
* | | commit: replace the raw buffer with strbuf in read_graft_linePatryk Obara2017-08-18
|/ /
* | Merge branch 'rs/move-array'Junio C Hamano2017-08-11
|\ \ | |/
| * use MOVE_ARRAYRené Scharfe2017-07-17
* | sha1_name: convert get_sha1* to get_oid*brian m. carlson2017-07-17
* | commit: convert lookup_commit_graft to struct object_idStefan Beller2017-07-13
|/
* coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-16
* Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-13
|\
| * wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy2017-05-26
* | Merge branch 'bm/interpret-trailers-cut-line-is-eom'Junio C Hamano2017-05-29
|\ \
| * | interpret-trailers: honor the cut lineBrian Malehorn2017-05-18
| |/
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-29
|\ \
| * | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-08
| * | Convert lookup_tree to struct object_idbrian m. carlson2017-05-08
| * | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-08
| * | shallow: convert shallow registration functions to object_idbrian m. carlson2017-05-08
| |/
* | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27
* | parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin2017-04-23
|/
* Merge branch 'rs/commit-parsing-optim'Junio C Hamano2017-03-10
|\
| * commit: don't check for space twice when looking for headerRené Scharfe2017-02-27
| * commit: be more precise when searching for headersRené Scharfe2017-02-27
| * Merge branch 'rs/copy-array' into maintJunio C Hamano2016-10-11
| |\
* | | commit.c: use strchrnul() to scan for one lineJunio C Hamano2017-02-01
* | | commit: make ignore_non_trailer take buf/lenJonathan Tan2016-11-29
* | | Merge branch 'rs/copy-array'Junio C Hamano2016-10-03
|\ \ \ | | |/ | |/|
| * | use COPY_ARRAYRené Scharfe2016-09-25
* | | i18n: commit: mark message for translationVasco Almeida2016-09-19
| |/ |/|
* | Merge branch 'rs/pull-signed-tag'Junio C Hamano2016-08-19
|\ \
| * | commit: use FLEX_ARRAY in struct merge_remote_descRené Scharfe2016-08-13
| * | commit: factor out set_merge_remote_desc()René Scharfe2016-08-13
| * | commit: use xstrdup() in get_merge_parent()René Scharfe2016-08-13
| * | Merge branch 'js/sign-empty-commit-fix' into maintJunio C Hamano2016-07-28
| |\ \
| * \ \ Merge branch 'js/find-commit-subject-ignore-leading-blanks' into maintJunio C Hamano2016-07-28
| |\ \ \
* | \ \ \ Merge branch 'jk/printf-format'Junio C Hamano2016-07-19
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | commit.c: remove print_commit_list()Junio C Hamano2016-07-08
| |/ / /
* | | | Merge branch 'js/sign-empty-commit-fix'Junio C Hamano2016-07-13
|\ \ \ \ | | |_|/ | |/| |
| * | | commit -S: avoid invalid pointer with empty messageJohannes Schindelin2016-06-29
| * | | Merge branch 'rs/pop-commit' into maintJunio C Hamano2015-12-11
| |\ \ \
* | \ \ \ Merge branch 'js/find-commit-subject-ignore-leading-blanks'Junio C Hamano2016-07-11
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | commit.c: make find_commit_subject() more robustJohannes Schindelin2016-06-22
| * | | Merge branch 'jk/squelch-missing-link-warning-for-unreachable' into maintJunio C Hamano2015-06-25
| |\ \ \
* | | | | use st_add and st_mult for allocation size computationJeff King2016-02-22
* | | | | convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
* | | | | Remove get_object_hash.brian m. carlson2015-11-20