summaryrefslogtreecommitdiff
path: root/commit.c
Commit message (Expand)AuthorAgeFilesLines
* Sync with 'maint'Junio C Hamano2013-04-121-1/+1
|\
| * Correct common spelling mistakes in comments and testsStefano Lattarini2013-04-121-1/+1
* | merge/pull Check for untrusted good GPG signaturesSebastian Götte2013-03-311-5/+9
* | commit.c/GPG signature verification: Also look at the first GPG status lineSebastian Götte2013-03-311-5/+12
* | Move commit GPG signature verification to commit.cSebastian Götte2013-03-311-0/+59
* | commit.c: use clear_commit_marks_many() in in_merge_bases_many()Junio C Hamano2013-03-051-2/+1
* | commit.c: add in_merge_bases_many()Junio C Hamano2013-03-051-6/+18
* | commit.c: add clear_commit_marks_many()Junio C Hamano2013-03-051-6/+13
|/
* Move print_commit_list to libgit.aNguyễn Thái Ngọc Duy2012-10-291-0/+10
* Merge branch 'jc/merge-bases-paint-fix'Junio C Hamano2012-10-081-0/+5
|\
| * paint_down_to_common(): parse commit before relying on its timestampJunio C Hamano2012-10-041-0/+5
* | commit.c: mark a file-scope private symbol as staticJunio C Hamano2012-09-151-2/+5
* | Merge branch 'jc/merge-bases'Junio C Hamano2012-09-111-91/+120
|\ \ | |/
| * reduce_heads(): reimplement on top of remove_redundant()Junio C Hamano2012-08-311-38/+18
| * get_merge_bases_many(): walk from many tips in parallelJunio C Hamano2012-08-301-21/+58
| * in_merge_bases(): use paint_down_to_common()Junio C Hamano2012-08-301-10/+7
| * merge_bases_many(): split out the logic to paint historyJunio C Hamano2012-08-301-19/+28
| * in_merge_bases(): omit unnecessary redundant common ancestor reductionThomas Rast2012-08-281-1/+4
| * in_merge_bases(): support only one "other" commitJunio C Hamano2012-08-271-6/+9
* | Merge branch 'lt/commit-tree-guess-utf-8'Junio C Hamano2012-09-071-2/+86
|\ \
| * | commit/commit-tree: correct latin1 to utf-8Linus Torvalds2012-08-211-2/+86
* | | Merge branch 'jc/sha1-name-more'Junio C Hamano2012-07-221-1/+1
|\ \ \ | |/ / |/| |
| * | sha1_name.c: introduce get_sha1_committish()Junio C Hamano2012-07-091-1/+1
| |/
* | ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICTJeff King2012-05-241-2/+2
* | commit: remove commit_list_reverse()René Scharfe2012-04-251-15/+0
* | sequencer: export commit_list_append()René Scharfe2012-04-251-0/+27
* | Merge branch 'rs/commit-list-sort-in-batch'Junio C Hamano2012-04-231-6/+38
|\ \
| * | mergesort: rename it to llist_mergesort()Junio C Hamano2012-04-171-2/+2
| * | revision: insert unsorted, then sort in prepare_revision_walk()René Scharfe2012-04-111-0/+15
| * | commit: use mergesort() in commit_list_sort_by_date()René Scharfe2012-04-111-6/+23
| |/
* | Merge branch 'nd/index-pack-no-recurse'Junio C Hamano2012-01-291-2/+11
|\ \ | |/ |/|
| * Eliminate recursion in setting/clearing marks in commit listNguyễn Thái Ngọc Duy2012-01-161-2/+11
* | Merge branch 'jc/show-sig'Junio C Hamano2012-01-061-7/+111
|\ \ | |/ |/|
| * commit --amend -S: strip existing gpgsig headersJunio C Hamano2012-01-051-4/+22
| * log: --show-signatureJunio C Hamano2011-11-121-0/+44
| * commit: teach --gpg-sign optionJunio C Hamano2011-11-121-3/+45
* | Merge branch 'nd/war-on-nul-in-commit'Junio C Hamano2011-12-221-3/+6
|\ \ | |/ |/|
| * commit_tree(): refuse commit messages that contain NULsnd/war-on-nul-in-commitNguyễn Thái Ngọc Duy2011-12-151-0/+3
| * Convert commit_tree() to take strbuf as messageNguyễn Thái Ngọc Duy2011-12-151-2/+2
* | commit: teach --amend to carry forward extra headersJunio C Hamano2011-11-091-1/+66
* | commit: copy merged signed tags to headers of merge commitJunio C Hamano2011-11-091-4/+92
* | merge: make usage of commit->util more extensibleJunio C Hamano2011-11-081-0/+19
|/
* Merge branch 'rs/pending'Junio C Hamano2011-10-131-0/+14
|\
| * commit: factor out clear_commit_marks_for_object_arrayrs/pendingRené Scharfe2011-10-031-0/+14
* | Merge branch 'nd/maint-autofix-tag-in-head'Junio C Hamano2011-10-131-0/+12
|\ \
| * | Accept tags in HEAD or MERGE_HEADNguyễn Thái Ngọc Duy2011-09-181-0/+12
| |/
* | Merge branch 'nd/decorate-grafts'Junio C Hamano2011-08-281-16/+6
|\ \
| * | Move write_shallow_commits to fetch-pack.cNguyễn Thái Ngọc Duy2011-08-181-18/+0
| * | Add for_each_commit_graft() to iterate all graftsNguyễn Thái Ngọc Duy2011-08-181-0/+8
| |/
* | whitespace: have SP on both sides of an assignment "="Junio C Hamano2011-08-251-1/+1
|/