summaryrefslogtreecommitdiff
path: root/commit.c
AgeCommit message (Expand)Author
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
2013-04-01merge/pull Check for untrusted good GPG signaturesSebastian Götte
2013-04-01commit.c/GPG signature verification: Also look at the first GPG status lineSebastian Götte
2013-04-01Move commit GPG signature verification to commit.cSebastian Götte
2013-03-05commit.c: use clear_commit_marks_many() in in_merge_bases_many()Junio C Hamano
2013-03-05commit.c: add in_merge_bases_many()Junio C Hamano
2013-03-05commit.c: add clear_commit_marks_many()Junio C Hamano
2012-10-29Move print_commit_list to libgit.aNguyễn Thái Ngọc Duy
2012-10-08Merge branch 'jc/merge-bases-paint-fix'Junio C Hamano
2012-10-04paint_down_to_common(): parse commit before relying on its timestampJunio C Hamano
2012-09-16commit.c: mark a file-scope private symbol as staticJunio C Hamano
2012-09-11Merge branch 'jc/merge-bases'Junio C Hamano
2012-09-07Merge branch 'lt/commit-tree-guess-utf-8'Junio C Hamano
2012-08-31reduce_heads(): reimplement on top of remove_redundant()Junio C Hamano
2012-08-31get_merge_bases_many(): walk from many tips in parallelJunio C Hamano
2012-08-31in_merge_bases(): use paint_down_to_common()Junio C Hamano
2012-08-31merge_bases_many(): split out the logic to paint historyJunio C Hamano
2012-08-28in_merge_bases(): omit unnecessary redundant common ancestor reductionThomas Rast
2012-08-28in_merge_bases(): support only one "other" commitJunio C Hamano
2012-08-21commit/commit-tree: correct latin1 to utf-8Linus Torvalds
2012-07-22Merge branch 'jc/sha1-name-more'Junio C Hamano