summaryrefslogtreecommitdiffstats
path: root/commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-13Make show_rfc2822_date() just another date output format.Junio C Hamano1-4/+4
2007-07-13Support output ISO 8601 format datesRobin Rosenberg1-1/+5
2007-06-22Merge branch 'jc/oneline'Junio C Hamano1-2/+2
2007-06-22Merge branch 'ei/oneline+add-empty'Junio C Hamano1-121/+272
2007-06-16pp_header(): work around possible memory corruptionJohannes Schindelin1-2/+2
2007-06-13More staticJunio C Hamano1-1/+1
2007-06-13Extend --pretty=oneline to cover the first paragraph,Junio C Hamano1-134/+254
2007-06-13Lift 16kB limit of log message outputJunio C Hamano1-12/+43
2007-06-08Even more missing staticJunio C Hamano1-9/+0
2007-06-07War on whitespaceJunio C Hamano1-7/+7
2007-06-02Use =20 when rfc2047 encoding spaces.Kristian Høgsberg1-3/+7
2007-05-16Merge branch 'maint'Junio C Hamano1-0/+1
2007-05-16format-patch: add MIME-Version header when we add content-type.Jeff King1-0/+1
2007-05-06Merge branch 'maint'Junio C Hamano1-1/+3
2007-05-05Small correction in reading of commit headersAlex Riesen1-1/+3
2007-05-03Merge branch 'maint'Junio C Hamano1-8/+0
2007-05-03Make xstrndup commonDaniel Barkalow1-8/+0
2007-04-25Add --date={local,relative,default}Junio C Hamano1-6/+6
2007-04-16Clean up object creation to use more common codeLinus Torvalds1-6/+2