summaryrefslogtreecommitdiffstats
path: root/commit.c
AgeCommit message (Expand)AuthorLines
2008-02-25builtin-fsck: reports missing parent commitsMartin Koegler-1/+1
2008-02-25Remove unused object-ref codeMartin Koegler-11/+0
2008-02-18check return value from parse_commit() in various functionsMartin Koegler-2/+1
2008-02-18parse_commit: don't fail, if object is NULLMartin Koegler-0/+2
2008-02-18check results of parse_commit in merge_basesMartin Koegler-3/+6
2008-01-20parse_commit_buffer: tighten checks while parsingMartin Koegler-7/+20
2007-11-18Merge branch 'lt/rev-list-interactive'Junio C Hamano-98/+52
2007-11-05Split off the pretty print stuff into its own fileJohannes Schindelin-718/+0
2007-11-04Simplify topo-sort logicLinus Torvalds-98/+52
2007-11-01format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano-3/+2
2007-10-15Merge branch 'maint'Shawn O. Pearce-9/+14
2007-10-15clear_commit_marks(): avoid deep recursionJohannes Schindelin-9/+14
2007-10-03Merge branch 'mv/unknown'Junio C Hamano-3/+0
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit-1/+1
2007-09-26Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek-3/+0
2007-09-20strbuf API additions and enhancements.Pierre Habouzit-1/+1
2007-09-18Use xmemdupz() in many places.Pierre Habouzit-10/+6
2007-09-16Remove preemptive allocations.Pierre Habouzit-30/+5
2007-09-16Refactor replace_encoding_header.Pierre Habouzit-36/+23
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit-209/+124
2007-09-10Change semantics of interpolate to work like snprintf.Pierre Habouzit-5/+4
2007-09-03Export format_commit_message()Ren,bi(B Scharfe-4/+5
2007-07-22Avoid to duplicate commit message when is not encodedMarco Costalba-1/+4
2007-07-13Make show_rfc2822_date() just another date output format.Junio C Hamano-4/+4
2007-07-13Support output ISO 8601 format datesRobin Rosenberg-1/+5
2007-06-22Merge branch 'jc/oneline'Junio C Hamano-2/+2
2007-06-22Merge branch 'ei/oneline+add-empty'Junio C Hamano-121/+272
2007-06-16pp_header(): work around possible memory corruptionJohannes Schindelin-2/+2
2007-06-13More staticJunio C Hamano-1/+1
2007-06-13Extend --pretty=oneline to cover the first paragraph,Junio C Hamano-134/+254
2007-06-13Lift 16kB limit of log message outputJunio C Hamano-12/+43
2007-06-08Even more missing staticJunio C Hamano-9/+0
2007-06-07War on whitespaceJunio C Hamano-7/+7
2007-06-02Use =20 when rfc2047 encoding spaces.Kristian Høgsberg-3/+7
2007-05-16Merge branch 'maint'Junio C Hamano-0/+1
2007-05-16format-patch: add MIME-Version header when we add content-type.Jeff King-0/+1
2007-05-06Merge branch 'maint'Junio C Hamano-1/+3
2007-05-05Small correction in reading of commit headersAlex Riesen-1/+3
2007-05-03Merge branch 'maint'Junio C Hamano-8/+0
2007-05-03Make xstrndup commonDaniel Barkalow-8/+0
2007-04-25Add --date={local,relative,default}Junio C Hamano-6/+6
2007-04-16Clean up object creation to use more common codeLinus Torvalds-6/+2
2007-04-11Add %m to '--pretty=format:'Junio C Hamano-3/+13
2007-03-28Merge branch 'maint' to synchronize with 1.5.0.6Junio C Hamano-2/+5
2007-03-28commit: fix pretty-printing of messages with "\nencoding "Jeff King-2/+5
2007-03-28Fix "--pretty=format:" encoding itemJeff King-1/+2
2007-03-28Fix "--pretty=format:" for parent related items.Junio C Hamano-4/+8
2007-03-27--pretty=format: fix broken %ct and %at interpolationJeff King-1/+1
2007-03-19Replace remaining instances of strdup with xstrdup.James Bowes-1/+1
2007-03-07General const correctness fixesShawn O. Pearce-12/+9