summaryrefslogtreecommitdiff
path: root/commit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lt/rev-list-interactive'Junio C Hamano2007-11-181-98/+52
|\
| * Simplify topo-sort logicLinus Torvalds2007-11-041-98/+52
* | Split off the pretty print stuff into its own fileJohannes Schindelin2007-11-051-718/+0
|/
* format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano2007-11-011-3/+2
* Merge branch 'maint'Shawn O. Pearce2007-10-151-9/+14
|\
| * clear_commit_marks(): avoid deep recursionJohannes Schindelin2007-10-151-9/+14
* | Merge branch 'mv/unknown'Junio C Hamano2007-10-031-3/+0
|\ \
| * | Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek2007-09-261-3/+0
* | | strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-291-1/+1
* | | strbuf API additions and enhancements.Pierre Habouzit2007-09-201-1/+1
* | | Use xmemdupz() in many places.Pierre Habouzit2007-09-181-10/+6
* | | Remove preemptive allocations.Pierre Habouzit2007-09-161-30/+5
* | | Refactor replace_encoding_header.Pierre Habouzit2007-09-161-36/+23
* | | Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit2007-09-101-209/+124
* | | Change semantics of interpolate to work like snprintf.Pierre Habouzit2007-09-101-5/+4
|/ /
* | Export format_commit_message()Ren,bi(B Scharfe2007-09-031-4/+5
|/
* Avoid to duplicate commit message when is not encodedMarco Costalba2007-07-221-1/+4
* Make show_rfc2822_date() just another date output format.Junio C Hamano2007-07-131-4/+4
* Support output ISO 8601 format datesRobin Rosenberg2007-07-131-1/+5
* Merge branch 'jc/oneline'Junio C Hamano2007-06-221-2/+2
|\
| * pp_header(): work around possible memory corruptionJohannes Schindelin2007-06-161-2/+2
* | Merge branch 'ei/oneline+add-empty'Junio C Hamano2007-06-221-121/+272
|\ \ | |/
| * Extend --pretty=oneline to cover the first paragraph,Junio C Hamano2007-06-131-134/+254
| * Lift 16kB limit of log message outputJunio C Hamano2007-06-131-12/+43
* | More staticJunio C Hamano2007-06-131-1/+1
|/
* Even more missing staticJunio C Hamano2007-06-081-9/+0
* War on whitespaceJunio C Hamano2007-06-071-7/+7
* Use =20 when rfc2047 encoding spaces.Kristian Høgsberg2007-06-021-3/+7
* Merge branch 'maint'Junio C Hamano2007-05-161-0/+1
|\
| * format-patch: add MIME-Version header when we add content-type.Jeff King2007-05-161-0/+1
* | Merge branch 'maint'Junio C Hamano2007-05-061-1/+3
|\ \ | |/
| * Small correction in reading of commit headersAlex Riesen2007-05-051-1/+3
* | Merge branch 'maint'Junio C Hamano2007-05-031-8/+0
|\ \ | |/
| * Make xstrndup commonDaniel Barkalow2007-05-031-8/+0
* | Add --date={local,relative,default}Junio C Hamano2007-04-251-6/+6
* | Clean up object creation to use more common codeLinus Torvalds2007-04-161-6/+2
* | Add %m to '--pretty=format:'Junio C Hamano2007-04-111-3/+13
|/
* Merge branch 'maint' to synchronize with 1.5.0.6Junio C Hamano2007-03-281-2/+5
|\
| * commit: fix pretty-printing of messages with "\nencoding "Jeff King2007-03-281-2/+5
* | Fix "--pretty=format:" encoding itemJeff King2007-03-281-1/+2
* | Fix "--pretty=format:" for parent related items.Junio C Hamano2007-03-281-4/+8
* | --pretty=format: fix broken %ct and %at interpolationJeff King2007-03-271-1/+1
* | Replace remaining instances of strdup with xstrdup.James Bowes2007-03-191-1/+1
* | General const correctness fixesShawn O. Pearce2007-03-071-12/+9
* | Merge branch 'js/commit-format'Junio C Hamano2007-03-021-0/+195
|\ \
| * | pretty-formats: add 'format:<string>'Johannes Schindelin2007-02-221-0/+195
| |/
* | convert object type handling from a string to a numberNicolas Pitre2007-02-271-3/+3
* | Merge branch 'jc/merge-base' (early part)Junio C Hamano2007-02-131-3/+6
|\ \ | |/ |/|
| * Allow in_merge_bases() to take more than one reference commits.Junio C Hamano2007-01-091-3/+6
* | Disallow invalid --pretty= abbreviationsEric Wong2007-02-021-1/+2