summaryrefslogtreecommitdiffstats
path: root/commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-03Merge branch 'nd/log-show-linear-break'Junio C Hamano1-1/+1
2014-03-25object.h: centralize object flag allocationNguyễn Thái Ngọc Duy1-1/+1
2014-03-18Merge branch 'dd/use-alloc-grow'Junio C Hamano1-6/+2
2014-03-18Merge branch 'dd/find-graft-with-sha1-pos'Junio C Hamano1-15/+9
2014-03-04commit.c: use skip_prefix() instead of starts_with()Tanay Abhra1-8/+6
2014-03-03commit.c: use ALLOC_GROW() in register_commit_graft()Dmitry S. Dolzhenko1-6/+2
2014-02-27commit.c: use the generic "sha1_pos" function for lookupDmitry S. Dolzhenko1-15/+9
2014-01-10Merge branch 'vm/octopus-merge-bases-simplify'Junio C Hamano1-18/+18
2014-01-10Merge branch 'js/lift-parent-count-limit'Junio C Hamano1-5/+5
2014-01-10Merge branch 'nd/commit-tree-constness'Junio C Hamano1-2/+2
2014-01-03get_octopus_merge_bases(): cleanup redundant variableVasily Makarov1-18/+18
2013-12-27Remove the line length limit for graft filesJohannes Schindelin1-5/+5
2013-12-26commit.c: make "tree" a const pointer in commit_tree*()Nguyễn Thái Ngọc Duy1-2/+2
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano1-3/+3
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-3/+3
2013-12-05Merge branch 'jk/robustify-parse-commit'Junio C Hamano1-1/+8
2013-10-24assume parse_commit checks for NULL commitJeff King1-1/+1
2013-10-24log_tree_diff: die when we fail to parse a commitJeff King1-0/+7
2013-09-09Merge branch 'tr/log-full-diff-keep-true-parents'Junio C Hamano1-0/+16
2013-08-05Merge branch 'bc/commit-invalid-utf8'Junio C Hamano1-1/+1
2013-08-05commit: typofix for xxFFF[EF] checkJunio C Hamano1-1/+1
2013-08-01log: use true parents for diff even when rewritingThomas Rast1-0/+16
2013-07-18Merge branch 'bc/commit-invalid-utf8'Junio C Hamano1-6/+32
2013-07-09commit: reject non-charactersPeter Krefting1-2/+5
2013-07-04commit: reject overlong UTF-8 sequencesbrian m. carlson1-6/+12
2013-07-04commit: reject invalid UTF-8 codepointsbrian m. carlson1-5/+22
2013-07-02commit.c: make compare_commits_by_commit_date globalJeff King1-1/+1
2013-07-01Merge branch 'jc/topo-author-date-sort'Junio C Hamano1-27/+118
2013-07-01Merge branch 'jk/commit-info-slab'Junio C Hamano1-9/+28
2013-06-11log: --author-date-orderJunio C Hamano1-0/+74
2013-06-11sort-in-topological-order: use prio-queueJunio C Hamano1-31/+44
2013-06-11toposort: rename "lifo" fieldJunio C Hamano1-4/+8
2013-06-07commit-slab: introduce a macro to define a slab for new typeJunio C Hamano1-58/+14
2013-04-13commit-slab: avoid large reallocJunio C Hamano1-20/+42
2013-04-13commit: allow associating auxiliary info on-demandJeff King1-9/+50
2013-04-12Sync with 'maint'Junio C Hamano1-1/+1
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini1-1/+1
2013-03-31merge/pull Check for untrusted good GPG signaturesSebastian Götte1-5/+9
2013-03-31commit.c/GPG signature verification: Also look at the first GPG status lineSebastian Götte1-5/+12
2013-03-31Move commit GPG signature verification to commit.cSebastian Götte1-0/+59
2013-03-05commit.c: use clear_commit_marks_many() in in_merge_bases_many()Junio C Hamano1-2/+1
2013-03-05commit.c: add in_merge_bases_many()Junio C Hamano1-6/+18
2013-03-05commit.c: add clear_commit_marks_many()Junio C Hamano1-6/+13
2012-10-29Move print_commit_list to libgit.aNguyễn Thái Ngọc Duy1-0/+10
2012-10-08Merge branch 'jc/merge-bases-paint-fix'Junio C Hamano1-0/+5
2012-10-04paint_down_to_common(): parse commit before relying on its timestampJunio C Hamano1-0/+5
2012-09-15commit.c: mark a file-scope private symbol as staticJunio C Hamano1-2/+5
2012-09-11Merge branch 'jc/merge-bases'Junio C Hamano1-91/+120
2012-09-07Merge branch 'lt/commit-tree-guess-utf-8'Junio C Hamano1-2/+86
2012-08-31reduce_heads(): reimplement on top of remove_redundant()Junio C Hamano1-38/+18