summaryrefslogtreecommitdiff
path: root/commit.c
AgeCommit message (Expand)Author
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
2012-01-06Merge branch 'jc/show-sig'Junio C Hamano
2012-01-05commit --amend -S: strip existing gpgsig headersJunio C Hamano
2011-12-22Merge branch 'nd/war-on-nul-in-commit'Junio C Hamano
2011-12-15commit_tree(): refuse commit messages that contain NULsNguyễn Thái Ngọc Duy
2011-12-15Convert commit_tree() to take strbuf as messageNguyễn Thái Ngọc Duy
2011-11-13log: --show-signatureJunio C Hamano
2011-11-13commit: teach --gpg-sign optionJunio C Hamano
2011-11-10commit: teach --amend to carry forward extra headersJunio C Hamano
2011-11-09commit: copy merged signed tags to headers of merge commitJunio C Hamano
2011-11-08merge: make usage of commit->util more extensibleJunio C Hamano
2011-10-14Merge branch 'rs/pending'Junio C Hamano
2011-10-14Merge branch 'nd/maint-autofix-tag-in-head'Junio C Hamano
2011-10-03commit: factor out clear_commit_marks_for_object_arrayRené Scharfe
2011-09-18Accept tags in HEAD or MERGE_HEADNguyễn Thái Ngọc Duy
2011-08-29Merge branch 'nd/decorate-grafts'Junio C Hamano
2011-08-25whitespace: have SP on both sides of an assignment "="Junio C Hamano
2011-08-18Move write_shallow_commits to fetch-pack.cNguyễn Thái Ngọc Duy
2011-08-18Add for_each_commit_graft() to iterate all graftsNguyễn Thái Ngọc Duy