summaryrefslogtreecommitdiff
path: root/commit.h
AgeCommit message (Expand)Author
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-06-25Merge branch 'sb/object-store-alloc'Junio C Hamano
2018-06-25Merge branch 'ds/commit-graph-lockfile-fix'Junio C Hamano
2018-06-25Merge branch 'nd/commit-util-to-slab'Junio C Hamano
2018-05-30Merge branch 'nd/pack-struct-commit'Junio C Hamano
2018-05-23Merge branch 'js/deprecate-grafts'Junio C Hamano
2018-05-22commit-graph: always load commit-graph informationDerrick Stolee
2018-05-22commit: use generations in paint_down_to_common()Derrick Stolee
2018-05-22commit: add generation number to struct commitDerrick Stolee
2018-05-21commit.h: delete 'util' field in struct commitNguyễn Thái Ngọc Duy
2018-05-21merge: use commit-slab in merge remote desc instead of commit->utilNguyễn Thái Ngọc Duy
2018-05-17commit: allow lookup_commit_graft to handle arbitrary repositoriesStefan Beller
2018-05-17shallow: migrate shallow information into the object parserStefan Beller
2018-05-17commit: convert register_commit_graft to handle arbitrary repositoriesBrandon Williams
2018-05-17shallow: add repository argument to is_repository_shallowStefan Beller
2018-05-17shallow: add repository argument to register_shallowStefan Beller
2018-05-17shallow: add repository argument to set_alternate_shallow_fileStefan Beller
2018-05-17commit: add repository argument to lookup_commit_graftJonathan Nieder
2018-05-16commit: add repository argument to register_commit_graftJonathan Nieder
2018-05-16alloc: allow arbitrary repositories for alloc functionsStefan Beller
2018-05-13commit.h: rearrange 'index' to shrink struct commitNguyễn Thái Ngọc Duy
2018-04-26commit: Let the callback of for_each_mergetag return on errorJohannes Schindelin
2018-04-11commit-graph: lazy-load trees for commitsDerrick Stolee
2018-04-11commit: create get_commit_tree() methodDerrick Stolee
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee
2018-04-11commit: integrate commit graph with commit parsingDerrick Stolee
2018-01-30commit: convert commit_tree* to object_idPatryk Obara
2018-01-23Merge branch 'rs/lose-leak-pending'Junio C Hamano
2017-12-28commit: remove unused function clear_commit_marks_for_object_array()René Scharfe
2017-12-12format: create pretty.h fileOlga Telezhnaya
2017-11-08reduce_heads: fix memory leaksMartin Ågren
2017-09-06Merge branch 'po/read-graft-line'Junio C Hamano
2017-08-24Merge branch 'rs/commit-h-single-parent-cleanup'Junio C Hamano
2017-08-19commit: remove unused inline function single_parent()René Scharfe
2017-08-18commit: replace the raw buffer with strbuf in read_graft_linePatryk Obara
2017-07-13commit: convert lookup_commit_graft to struct object_idStefan Beller
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-05-08shallow: convert shallow registration functions to object_idbrian m. carlson
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-03-31Rename sha1_array to oid_arraybrian m. carlson
2017-03-10Merge branch 'rs/log-email-subject'Junio C Hamano
2017-03-01pretty: use fmt_output_email_subject()René Scharfe
2016-11-29commit: make ignore_non_trailer take buf/lenJonathan Tan
2016-10-10Merge branch 'nd/shallow-deepen'Junio C Hamano
2016-08-19Merge branch 'rs/pull-signed-tag'Junio C Hamano
2016-08-14commit: use FLEX_ARRAY in struct merge_remote_descRené Scharfe
2016-08-14commit: factor out set_merge_remote_desc()René Scharfe
2016-07-28Merge branch 'js/find-commit-subject-ignore-leading-blanks' into maintJunio C Hamano
2016-07-19Merge branch 'jk/printf-format'Junio C Hamano