aboutsummaryrefslogtreecommitdiff
path: root/commit.c
Commit message (Expand)AuthorAge
* builtin-fsck: reports missing parent commitsMartin Koegler2008-02-25
* Remove unused object-ref codeMartin Koegler2008-02-25
* check return value from parse_commit() in various functionsMartin Koegler2008-02-18
* parse_commit: don't fail, if object is NULLMartin Koegler2008-02-18
* check results of parse_commit in merge_basesMartin Koegler2008-02-18
* parse_commit_buffer: tighten checks while parsingMartin Koegler2008-01-20
* Merge branch 'lt/rev-list-interactive'Junio C Hamano2007-11-18
|\
| * Simplify topo-sort logicLinus Torvalds2007-11-04
* | Split off the pretty print stuff into its own fileJohannes Schindelin2007-11-05
|/
* format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano2007-11-01
* Merge branch 'maint'Shawn O. Pearce2007-10-15
|\
| * clear_commit_marks(): avoid deep recursionJohannes Schindelin2007-10-15
* | Merge branch 'mv/unknown'Junio C Hamano2007-10-03
|\ \
| * | Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek2007-09-26
* | | strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-29
* | | strbuf API additions and enhancements.Pierre Habouzit2007-09-20
* | | Use xmemdupz() in many places.Pierre Habouzit2007-09-18
* | | Remove preemptive allocations.Pierre Habouzit2007-09-16
* | | Refactor replace_encoding_header.Pierre Habouzit2007-09-16
* | | Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit2007-09-10
* | | Change semantics of interpolate to work like snprintf.Pierre Habouzit2007-09-10
|/ /
* | Export format_commit_message()Ren,bi(B Scharfe2007-09-03
|/
* Avoid to duplicate commit message when is not encodedMarco Costalba2007-07-22
* Make show_rfc2822_date() just another date output format.Junio C Hamano2007-07-13
* Support output ISO 8601 format datesRobin Rosenberg2007-07-13
* Merge branch 'jc/oneline'Junio C Hamano2007-06-22
|\
| * pp_header(): work around possible memory corruptionJohannes Schindelin2007-06-16
* | Merge branch 'ei/oneline+add-empty'Junio C Hamano2007-06-22
|\ \ | |/
| * Extend --pretty=oneline to cover the first paragraph,Junio C Hamano2007-06-13
| * Lift 16kB limit of log message outputJunio C Hamano2007-06-13
* | More staticJunio C Hamano2007-06-13
|/
* Even more missing staticJunio C Hamano2007-06-08
* War on whitespaceJunio C Hamano2007-06-07
* Use =20 when rfc2047 encoding spaces.Kristian Høgsberg2007-06-02
* Merge branch 'maint'Junio C Hamano2007-05-16
|\
| * format-patch: add MIME-Version header when we add content-type.Jeff King2007-05-16
* | Merge branch 'maint'Junio C Hamano2007-05-06
|\ \ | |/
| * Small correction in reading of commit headersAlex Riesen2007-05-05
* | Merge branch 'maint'Junio C Hamano2007-05-03
|\ \ | |/
| * Make xstrndup commonDaniel Barkalow2007-05-03
* | Add --date={local,relative,default}Junio C Hamano2007-04-25
* | Clean up object creation to use more common codeLinus Torvalds2007-04-16
* | Add %m to '--pretty=format:'Junio C Hamano2007-04-11
|/
* Merge branch 'maint' to synchronize with 1.5.0.6Junio C Hamano2007-03-28
|\
| * commit: fix pretty-printing of messages with "\nencoding "Jeff King2007-03-28
* | Fix "--pretty=format:" encoding itemJeff King2007-03-28
* | Fix "--pretty=format:" for parent related items.Junio C Hamano2007-03-28
* | --pretty=format: fix broken %ct and %at interpolationJeff King2007-03-27
* | Replace remaining instances of strdup with xstrdup.James Bowes2007-03-19
* | General const correctness fixesShawn O. Pearce2007-03-07