summaryrefslogtreecommitdiff
path: root/commit.c
AgeCommit message (Expand)Author
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
2015-12-11Merge branch 'rs/pop-commit' into maintJunio C Hamano
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-10-30Merge branch 'rs/pop-commit'Junio C Hamano
2015-10-26use pop_commit() for consuming the first entry of a struct commit_listRené Scharfe
2015-08-03Merge branch 'jc/commit-slab'Junio C Hamano
2015-08-03Merge branch 'bc/gpg-verify-raw'Junio C Hamano
2015-06-25Merge branch 'jk/squelch-missing-link-warning-for-unreachable' into maintJunio C Hamano
2015-06-22gpg: centralize signature checkbrian m. carlson
2015-06-22verify-tag: share code with verify-commitbrian m. carlson
2015-06-11Merge branch 'jk/squelch-missing-link-warning-for-unreachable'Junio C Hamano
2015-06-01add quieter versions of parse_{tree,commit}Jeff King
2015-05-22commit-slab: introduce slabname##_peek() functionJunio C Hamano
2015-03-14commit: convert parts to struct object_idbrian m. carlson
2015-01-07Merge branch 'jc/merge-bases'Junio C Hamano
2014-12-22Merge branch 'cc/interpret-trailers-more'Junio C Hamano
2014-11-10commit: make ignore_non_trailer() non staticChristian Couder
2014-10-30get_merge_bases(): always clean-up object flagsJunio C Hamano
2014-10-08Merge branch 'jc/push-cert'Junio C Hamano
2014-09-19Merge branch 'da/styles'Junio C Hamano
2014-09-15gpg-interface: move parse_gpg_output() to where it should beJunio C Hamano
2014-09-02stylefix: asterisks stick to the variable, not the typeDavid Aguilar
2014-08-27record_author_date(): use find_commit_header()Jeff King
2014-08-27record_author_date(): fix memory leak on malformed commitJeff King
2014-08-27commit: provide a function to find a header in a bufferJeff King
2014-07-28add object_as_type helper for casting objectsJeff King
2014-07-28move setting of object->type to alloc_* functionsJeff King
2014-07-27Merge branch 'cc/replace-graft'Junio C Hamano
2014-07-27Merge branch 'jk/stable-prio-queue'Junio C Hamano
2014-07-22Merge branch 'rs/code-cleaning'Junio C Hamano
2014-07-22Merge branch 'jk/alloc-commit-id'Junio C Hamano
2014-07-22Merge branch 'bg/xcalloc-nmemb-then-size' into maintJunio C Hamano
2014-07-21replace: remove signature when using --graftChristian Couder
2014-07-21Merge branch 'cc/for-each-mergetag'Junio C Hamano
2014-07-17use commit_list_count() to count the members of commit_listsRené Scharfe
2014-07-16Merge branch 'rs/code-cleaning'Junio C Hamano
2014-07-15paint_down_to_common: use prio_queueJeff King
2014-07-14add object_as_type helper for casting objectsJeff King
2014-07-14move setting of object->type to alloc_* functionsJeff King
2014-07-10commit: use commit_list_append() instead of duplicating its codeRené Scharfe
2014-07-10Merge branch 'mg/verify-commit'Junio C Hamano