summaryrefslogtreecommitdiffstats
path: root/commit.c
AgeCommit message (Expand)AuthorLines
2014-01-10Merge branch 'js/lift-parent-count-limit'Junio C Hamano-5/+5
2014-01-10Merge branch 'nd/commit-tree-constness'Junio C Hamano-2/+2
2014-01-03get_octopus_merge_bases(): cleanup redundant variableVasily Makarov-18/+18
2013-12-27Remove the line length limit for graft filesJohannes Schindelin-5/+5
2013-12-26commit.c: make "tree" a const pointer in commit_tree*()Nguyễn Thái Ngọc Duy-2/+2
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano-3/+3
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder-3/+3
2013-12-05Merge branch 'jk/robustify-parse-commit'Junio C Hamano-1/+8
2013-10-24assume parse_commit checks for NULL commitJeff King-1/+1
2013-10-24log_tree_diff: die when we fail to parse a commitJeff King-0/+7
2013-09-09Merge branch 'tr/log-full-diff-keep-true-parents'Junio C Hamano-0/+16
2013-08-05Merge branch 'bc/commit-invalid-utf8'Junio C Hamano-1/+1
2013-08-05commit: typofix for xxFFF[EF] checkJunio C Hamano-1/+1
2013-08-01log: use true parents for diff even when rewritingThomas Rast-0/+16
2013-07-18Merge branch 'bc/commit-invalid-utf8'Junio C Hamano-6/+32
2013-07-09commit: reject non-charactersPeter Krefting-2/+5
2013-07-04commit: reject overlong UTF-8 sequencesbrian m. carlson-6/+12
2013-07-04commit: reject invalid UTF-8 codepointsbrian m. carlson-5/+22
2013-07-02commit.c: make compare_commits_by_commit_date globalJeff King-1/+1
2013-07-01Merge branch 'jc/topo-author-date-sort'Junio C Hamano-27/+118
2013-07-01Merge branch 'jk/commit-info-slab'Junio C Hamano-9/+28
2013-06-11log: --author-date-orderJunio C Hamano-0/+74
2013-06-11sort-in-topological-order: use prio-queueJunio C Hamano-31/+44
2013-06-11toposort: rename "lifo" fieldJunio C Hamano-4/+8
2013-06-07commit-slab: introduce a macro to define a slab for new typeJunio C Hamano-58/+14
2013-04-13commit-slab: avoid large reallocJunio C Hamano-20/+42
2013-04-13commit: allow associating auxiliary info on-demandJeff King-9/+50
2013-04-12Sync with 'maint'Junio C Hamano-1/+1
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini-1/+1
2013-03-31merge/pull Check for untrusted good GPG signaturesSebastian Götte-5/+9
2013-03-31commit.c/GPG signature verification: Also look at the first GPG status lineSebastian Götte-5/+12
2013-03-31Move commit GPG signature verification to commit.cSebastian Götte-0/+59
2013-03-05commit.c: use clear_commit_marks_many() in in_merge_bases_many()Junio C Hamano-2/+1
2013-03-05commit.c: add in_merge_bases_many()Junio C Hamano-6/+18
2013-03-05commit.c: add clear_commit_marks_many()Junio C Hamano-6/+13
2012-10-29Move print_commit_list to libgit.aNguyễn Thái Ngọc Duy-0/+10
2012-10-08Merge branch 'jc/merge-bases-paint-fix'Junio C Hamano-0/+5
2012-10-04paint_down_to_common(): parse commit before relying on its timestampJunio C Hamano-0/+5
2012-09-15commit.c: mark a file-scope private symbol as staticJunio C Hamano-2/+5
2012-09-11Merge branch 'jc/merge-bases'Junio C Hamano-91/+120
2012-09-07Merge branch 'lt/commit-tree-guess-utf-8'Junio C Hamano-2/+86
2012-08-31reduce_heads(): reimplement on top of remove_redundant()Junio C Hamano-38/+18
2012-08-30get_merge_bases_many(): walk from many tips in parallelJunio C Hamano-21/+58
2012-08-30in_merge_bases(): use paint_down_to_common()Junio C Hamano-10/+7
2012-08-30merge_bases_many(): split out the logic to paint historyJunio C Hamano-19/+28
2012-08-28in_merge_bases(): omit unnecessary redundant common ancestor reductionThomas Rast-1/+4
2012-08-27in_merge_bases(): support only one "other" commitJunio C Hamano-6/+9
2012-08-21commit/commit-tree: correct latin1 to utf-8Linus Torvalds-2/+86
2012-07-22Merge branch 'jc/sha1-name-more'Junio C Hamano-1/+1
2012-07-09sha1_name.c: introduce get_sha1_committish()Junio C Hamano-1/+1