summaryrefslogtreecommitdiff
path: root/commit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Add const to parse_{commit,tag}_buffer()Nguyễn Thái Ngọc Duy2011-02-071-3/+3
* Merge branch 'tf/commit-list-prefix'Junio C Hamano2010-12-221-12/+12
|\
| * commit: Add commit_list prefix in two function names.Thiago Farina2010-11-291-12/+12
* | Merge branch 'pn/commit-autosquash'Junio C Hamano2010-12-031-0/+13
|\ \
| * | commit: helper methods to reduce redundant blocks of codePat Notz2010-11-041-0/+13
| |/
* | commit.c: Remove backward goto in read_craft_line()Ralf Thielow2010-12-011-6/+7
|/
* Merge branch 'cc/find-commit-subject'Junio C Hamano2010-08-181-0/+19
|\
| * revert: refactor code to find commit subject in find_commit_subject()Christian Couder2010-07-231-0/+19