summaryrefslogtreecommitdiff
path: root/commit.c
AgeCommit message (Expand)Author
2014-07-28add object_as_type helper for casting objectsJeff King
2014-07-28move setting of object->type to alloc_* functionsJeff King
2014-07-22Merge branch 'bg/xcalloc-nmemb-then-size' into maintJunio C Hamano
2014-06-13reuse cached commit buffer when parsing signaturesJeff King
2014-06-13commit: record buffer length in cacheJeff King
2014-06-13commit: convert commit->buffer to a slabJeff King
2014-06-13use get_commit_buffer to avoid duplicate codeJeff King
2014-06-13provide helpers to access the commit bufferJeff King
2014-06-13provide a helper to set the commit bufferJeff King
2014-06-13provide a helper to free commit bufferJeff King
2014-06-12commit: push commit_index update into alloc_commit_nodeJeff King
2014-06-12commit_tree: take a pointer/len pair rather than a const strbufJeff King
2014-05-27commit.c: rearrange xcalloc argumentsBrian Gesiak
2014-04-03Merge branch 'nd/log-show-linear-break'Junio C Hamano
2014-03-25object.h: centralize object flag allocationNguyễn Thái Ngọc Duy
2014-03-18Merge branch 'dd/use-alloc-grow'Junio C Hamano
2014-03-18Merge branch 'dd/find-graft-with-sha1-pos'Junio C Hamano
2014-03-04commit.c: use skip_prefix() instead of starts_with()Tanay Abhra
2014-03-03commit.c: use ALLOC_GROW() in register_commit_graft()Dmitry S. Dolzhenko
2014-02-27commit.c: use the generic "sha1_pos" function for lookupDmitry S. Dolzhenko
2014-01-10Merge branch 'vm/octopus-merge-bases-simplify'Junio C Hamano
2014-01-10Merge branch 'js/lift-parent-count-limit'Junio C Hamano
2014-01-10Merge branch 'nd/commit-tree-constness'Junio C Hamano
2014-01-03get_octopus_merge_bases(): cleanup redundant variableVasily Makarov
2013-12-28Remove the line length limit for graft filesJohannes Schindelin
2013-12-26commit.c: make "tree" a const pointer in commit_tree*()Nguyễn Thái Ngọc Duy
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-12-05Merge branch 'jk/robustify-parse-commit'Junio C Hamano
2013-10-24assume parse_commit checks for NULL commitJeff King
2013-10-24log_tree_diff: die when we fail to parse a commitJeff King
2013-09-09Merge branch 'tr/log-full-diff-keep-true-parents'Junio C Hamano
2013-08-05Merge branch 'bc/commit-invalid-utf8'Junio C Hamano
2013-08-05commit: typofix for xxFFF[EF] checkJunio C Hamano
2013-08-01log: use true parents for diff even when rewritingThomas Rast
2013-07-18Merge branch 'bc/commit-invalid-utf8'Junio C Hamano
2013-07-09commit: reject non-charactersPeter Krefting
2013-07-05commit: reject overlong UTF-8 sequencesbrian m. carlson
2013-07-05commit: reject invalid UTF-8 codepointsbrian m. carlson
2013-07-02commit.c: make compare_commits_by_commit_date globalJeff King
2013-07-01Merge branch 'jc/topo-author-date-sort'Junio C Hamano
2013-07-01Merge branch 'jk/commit-info-slab'Junio C Hamano
2013-06-11log: --author-date-orderJunio C Hamano
2013-06-11sort-in-topological-order: use prio-queueJunio C Hamano
2013-06-11toposort: rename "lifo" fieldJunio C Hamano
2013-06-07commit-slab: introduce a macro to define a slab for new typeJunio C Hamano
2013-04-14commit-slab: avoid large reallocJunio C Hamano
2013-04-14commit: allow associating auxiliary info on-demandJeff King
2013-04-12Sync with 'maint'Junio C Hamano
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini