aboutsummaryrefslogtreecommitdiffstats
path: root/commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-08Remove unused code in parse_commit_buffer()Miklos Vajna1-7/+1
2008-02-25builtin-fsck: reports missing parent commitsMartin Koegler1-1/+1
2008-02-25Remove unused object-ref codeMartin Koegler1-11/+0
2008-02-18check return value from parse_commit() in various functionsMartin Koegler1-2/+1
2008-02-18parse_commit: don't fail, if object is NULLMartin Koegler1-0/+2
2008-02-18check results of parse_commit in merge_basesMartin Koegler1-3/+6
2008-01-20parse_commit_buffer: tighten checks while parsingMartin Koegler1-7/+20
2007-11-18Merge branch 'lt/rev-list-interactive'Junio C Hamano1-98/+52
2007-11-05Split off the pretty print stuff into its own fileJohannes Schindelin1-718/+0
2007-11-04Simplify topo-sort logicLinus Torvalds1-98/+52
2007-11-01format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano1-3/+2
2007-10-15Merge branch 'maint'Shawn O. Pearce1-9/+14
2007-10-15clear_commit_marks(): avoid deep recursionJohannes Schindelin1-9/+14
2007-10-03Merge branch 'mv/unknown'Junio C Hamano1-3/+0
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit1-1/+1
2007-09-26Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek1-3/+0
2007-09-20strbuf API additions and enhancements.Pierre Habouzit1-1/+1
2007-09-18Use xmemdupz() in many places.Pierre Habouzit1-10/+6
2007-09-16Remove preemptive allocations.Pierre Habouzit1-30/+5
2007-09-16Refactor replace_encoding_header.Pierre Habouzit1-36/+23
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit1-209/+124
2007-09-10Change semantics of interpolate to work like snprintf.Pierre Habouzit1-5/+4
2007-09-03Export format_commit_message()Ren,bi(B Scharfe1-4/+5
2007-07-22Avoid to duplicate commit message when is not encodedMarco Costalba1-1/+4