summaryrefslogtreecommitdiff
path: root/commit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merge branch 'js/sign-empty-commit-fix' into maintJunio C Hamano2016-07-281-1/+6
| |\ \
| * \ \ Merge branch 'js/find-commit-subject-ignore-leading-blanks' into maintJunio C Hamano2016-07-281-1/+1
| |\ \ \
* | \ \ \ Merge branch 'jk/printf-format'Junio C Hamano2016-07-191-10/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | commit.c: remove print_commit_list()jk/printf-formatJunio C Hamano2016-07-081-10/+0
| |/ / /
* | | | Merge branch 'js/sign-empty-commit-fix'Junio C Hamano2016-07-131-1/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | commit -S: avoid invalid pointer with empty messagejs/sign-empty-commit-fixJohannes Schindelin2016-06-291-1/+6
| * | | Merge branch 'rs/pop-commit' into maintJunio C Hamano2015-12-111-20/+7
| |\ \ \
* | \ \ \ Merge branch 'js/find-commit-subject-ignore-leading-blanks'Junio C Hamano2016-07-111-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | commit.c: make find_commit_subject() more robustJohannes Schindelin2016-06-221-1/+1
| * | | Merge branch 'jk/squelch-missing-link-warning-for-unreachable' into maintJunio C Hamano2015-06-251-2/+3
| |\ \ \
* | | | | use st_add and st_mult for allocation size computationJeff King2016-02-221-1/+1
* | | | | convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-1/+1
* | | | | Remove get_object_hash.brian m. carlson2015-11-201-6/+6
* | | | | Convert struct object to object_idbrian m. carlson2015-11-201-10/+10
* | | | | Add several uses of get_object_hash.brian m. carlson2015-11-201-6/+6
* | | | | Merge branch 'rs/pop-commit'Junio C Hamano2015-10-301-20/+7
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | use pop_commit() for consuming the first entry of a struct commit_listrs/pop-commitRené Scharfe2015-10-261-20/+7
* | | | Merge branch 'jc/commit-slab'Junio C Hamano2015-08-031-8/+20
|\ \ \ \
| * | | | commit-slab: introduce slabname##_peek() functionjc/commit-slabJunio C Hamano2015-05-221-8/+20
* | | | | Merge branch 'bc/gpg-verify-raw'Junio C Hamano2015-08-031-15/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | gpg: centralize signature checkbrian m. carlson2015-06-221-2/+6
| * | | | verify-tag: share code with verify-commitbrian m. carlson2015-06-221-14/+1
| | |/ / | |/| |
* | | | Merge branch 'jk/squelch-missing-link-warning-for-unreachable'Junio C Hamano2015-06-111-2/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | add quieter versions of parse_{tree,commit}Jeff King2015-06-011-2/+3
* | | | commit: convert parts to struct object_idbrian m. carlson2015-03-131-26/+30
| |/ / |/| |