aboutsummaryrefslogtreecommitdiffstats
path: root/commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-12log: --show-signatureJunio C Hamano1-0/+44
2011-11-12commit: teach --gpg-sign optionJunio C Hamano1-3/+45
2011-11-09commit: teach --amend to carry forward extra headersJunio C Hamano1-1/+66
2011-11-09commit: copy merged signed tags to headers of merge commitJunio C Hamano1-4/+92
2011-11-08merge: make usage of commit->util more extensibleJunio C Hamano1-0/+19
2011-10-13Merge branch 'rs/pending'Junio C Hamano1-0/+14
2011-10-13Merge branch 'nd/maint-autofix-tag-in-head'Junio C Hamano1-0/+12
2011-10-03commit: factor out clear_commit_marks_for_object_arrayRené Scharfe1-0/+14
2011-09-18Accept tags in HEAD or MERGE_HEADNguyễn Thái Ngọc Duy1-0/+12
2011-08-28Merge branch 'nd/decorate-grafts'Junio C Hamano1-16/+6
2011-08-25whitespace: have SP on both sides of an assignment "="Junio C Hamano1-1/+1
2011-08-18Move write_shallow_commits to fetch-pack.cNguyễn Thái Ngọc Duy1-18/+0
2011-08-18Add for_each_commit_graft() to iterate all graftsNguyễn Thái Ngọc Duy1-0/+8
2011-02-07Add const to parse_{commit,tag}_buffer()Nguyễn Thái Ngọc Duy1-3/+3
2010-12-22Merge branch 'tf/commit-list-prefix'Junio C Hamano1-12/+12
2010-12-03Merge branch 'pn/commit-autosquash'Junio C Hamano1-0/+13
2010-12-01commit.c: Remove backward goto in read_craft_line()Ralf Thielow1-6/+7
2010-11-29commit: Add commit_list prefix in two function names.Thiago Farina1-12/+12
2010-11-04commit: helper methods to reduce redundant blocks of codePat Notz1-0/+13
2010-08-18Merge branch 'cc/find-commit-subject'Junio C Hamano1-0/+19
2010-07-23revert: refactor code to find commit subject in find_commit_subject()Christian Couder1-0/+19
2010-04-01make commit_tree a library functionJeff King1-0/+55
2010-01-29Merge branch 'maint-1.6.5' into maintJunio C Hamano1-1/+1
2010-01-29fix memcpy of overlapping areaJeff King1-1/+1
2009-11-20Merge branch 'jh/notes' (early part)Junio C Hamano1-0/+1
2009-11-20Merge branch 'sp/smart-http'Junio C Hamano1-6/+4
2009-11-15Merge branch 'jc/maint-1.6.3-graft-trailing-space' into maintJunio C Hamano1-2/+2
2009-10-30Merge branch 'jc/maint-1.6.3-graft-trailing-space'Junio C Hamano1-2/+2
2009-10-30fetch-pack: Use a strbuf to compose the want listShawn O. Pearce1-6/+4
2009-10-19Introduce commit notesJohannes Schindelin1-0/+1
2009-10-14info/grafts: allow trailing whitespaces at the end of lineJunio C Hamano1-2/+2
2009-09-13use write_str_in_full helper to avoid literal string lengthsJim Meyering1-1/+1
2009-08-27commit.c: rename variable named 'n' which masks previous declarationBrandon Casey1-5/+5
2009-07-25Merge branch 'js/maint-graft-unhide-true-parents'Junio C Hamano1-1/+5
2009-07-24git repack: keep commits hidden by a graftJohannes Schindelin1-1/+5
2009-07-06Allow the Unix epoch to be a valid commit dateEric Wong1-5/+1
2009-05-27bisect: drop unparse_commit() and use clear_commit_marks()Christian Couder1-20/+0
2009-05-17commit: add function to unparse a commit and its parentsChristian Couder1-0/+20
2009-02-10Revert "Merge branch 'js/notes'"Junio C Hamano1-1/+0
2009-02-05Merge branch 'js/notes'Junio C Hamano1-0/+1
2009-01-28Make has_commit() non-staticJake Goulding1-0/+15
2008-12-21Introduce commit notesJohannes Schindelin1-0/+1
2008-10-02commit.c: make read_graft_file() staticNanako Shiraishi1-1/+1
2008-07-23sort_in_topological_order(): avoid setting a commit flagJohannes Schindelin1-7/+6
2008-07-14reduce_heads(): protect from duplicate inputJunio C Hamano1-2/+9
2008-07-13reduce_heads(): thinkofixSverre Hvammen Johansen1-1/+1
2008-06-30Introduce reduce_heads()Junio C Hamano1-0/+45
2008-06-30Introduce get_merge_bases_many()Junio C Hamano1-18/+38
2008-06-30Introduce get_octopus_merge_bases() in commit.cMiklos Vajna1-0/+27
2008-06-30Move commit_list_count() to commit.cMiklos Vajna1-0/+8