aboutsummaryrefslogtreecommitdiff
path: root/commit.c
Commit message (Expand)AuthorAge
* 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
* | | | | Convert struct object to object_idbrian m. carlson2015-11-20
* | | | | Add several uses of get_object_hash.brian m. carlson2015-11-20
* | | | | Merge branch 'rs/pop-commit'Junio C Hamano2015-10-30
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | use pop_commit() for consuming the first entry of a struct commit_listRené Scharfe2015-10-26
* | | | Merge branch 'jc/commit-slab'Junio C Hamano2015-08-03
|\ \ \ \
| * | | | commit-slab: introduce slabname##_peek() functionJunio C Hamano2015-05-22
* | | | | Merge branch 'bc/gpg-verify-raw'Junio C Hamano2015-08-03
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | gpg: centralize signature checkbrian m. carlson2015-06-22
| * | | | verify-tag: share code with verify-commitbrian m. carlson2015-06-22
| | |/ / | |/| |
* | | | Merge branch 'jk/squelch-missing-link-warning-for-unreachable'Junio C Hamano2015-06-11
|\ \ \ \ | | |_|/ | |/| |
| * | | add quieter versions of parse_{tree,commit}Jeff King2015-06-01
* | | | commit: convert parts to struct object_idbrian m. carlson2015-03-13
| |/ / |/| |
* | | Merge branch 'jc/merge-bases'Junio C Hamano2015-01-07
|\ \ \
| * | | get_merge_bases(): always clean-up object flagsJunio C Hamano2014-10-30
| | |/ | |/|
| * | add object_as_type helper for casting objectsJeff King2014-07-28
| * | move setting of object->type to alloc_* functionsJeff King2014-07-28
| * | Merge branch 'bg/xcalloc-nmemb-then-size' into maintJunio C Hamano2014-07-22
| |\ \
* | \ \ Merge branch 'cc/interpret-trailers-more'Junio C Hamano2014-12-22
|\ \ \ \ | |_|_|/ |/| | |
| * | | commit: make ignore_non_trailer() non staticChristian Couder2014-11-10
* | | | Merge branch 'jc/push-cert'Junio C Hamano2014-10-08
|\ \ \ \
| * | | | gpg-interface: move parse_gpg_output() to where it should beJunio C Hamano2014-09-15
| |/ / /
* | | | Merge branch 'da/styles'Junio C Hamano2014-09-19
|\ \ \ \
| * | | | stylefix: asterisks stick to the variable, not the typeDavid Aguilar2014-09-02
| |/ / /
* | | | record_author_date(): use find_commit_header()Jeff King2014-08-27