summaryrefslogtreecommitdiff
path: root/commit.c
AgeCommit message (Expand)Author
2013-12-28Remove the line length limit for graft filesJohannes Schindelin
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
2012-07-09sha1_name.c: introduce get_sha1_committish()Junio C Hamano
2012-05-25ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICTJeff King
2012-04-25commit: remove commit_list_reverse()René Scharfe
2012-04-25sequencer: export commit_list_append()René Scharfe
2012-04-23Merge branch 'rs/commit-list-sort-in-batch'Junio C Hamano
2012-04-17mergesort: rename it to llist_mergesort()Junio C Hamano
2012-04-11revision: insert unsorted, then sort in prepare_revision_walk()René Scharfe
2012-04-11commit: use mergesort() in commit_list_sort_by_date()René Scharfe
2012-01-29Merge branch 'nd/index-pack-no-recurse'Junio C Hamano
2012-01-16Eliminate recursion in setting/clearing marks in commit listNguyễn Thái Ngọc Duy