summaryrefslogtreecommitdiff
path: root/pretty.c
Commit message (Expand)AuthorAgeFilesLines
* Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen2009-02-081-1/+1
* Merge branch 'jk/color-parse'Junio C Hamano2009-01-211-0/+12
|\
| * expand --pretty=format color optionsJeff King2009-01-171-0/+12
* | shortlog: handle multi-line subjects like log --pretty=oneline et. al. doRené Scharfe2009-01-061-2/+2
|/
* pretty: support multiline subjects with format:René Scharfe2008-12-271-19/+34
* pretty: factor out format_subject()René Scharfe2008-12-271-18/+24
* pretty: factor out skip_empty_lines()René Scharfe2008-12-271-9/+15
* builtin-blame: Reencode commit messages according to git-log rules.Alexander Gavrilov2008-10-211-6/+15
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-2/+1
* add '%d' pretty format specifier to show decorationRené Scharfe2008-09-041-0/+21
* pretty=format: respect date format optionsJeff King2008-08-291-6/+11
* Rename path_list to string_listJohannes Schindelin2008-07-211-2/+2
* Add pretty format %aN which gives the author name, respecting .mailmapJohannes Schindelin2008-07-111-2/+25
* log --pretty: do not accept bogus "--prettyshort"Junio C Hamano2008-05-251-2/+0
* log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano2008-04-101-24/+33
* pretty.c: add %x00 format specifier.Govind Salinas2008-03-231-0/+11
* Merge branch 'maint'Junio C Hamano2008-03-151-13/+11
|\
| * format-patch: generate MIME header as needed even when there is format.headerJunio C Hamano2008-03-151-13/+11
* | Merge branch 'jm/free'Junio C Hamano2008-02-271-2/+1
|\ \
| * | Avoid unnecessary "if-before-free" tests.Jim Meyering2008-02-221-2/+1
* | | Merge branch 'db/cover-letter'Junio C Hamano2008-02-271-16/+16
|\ \ \ | |/ / |/| |
| * | Export some email and pretty-printing functionsDaniel Barkalow2008-02-191-17/+17
| |/
* | Avoid a useless prefix lookup in strbuf_expand()Marco Costalba2008-02-091-95/+73
|/
* custom pretty format: tolerate empty e-mail addressJunio C Hamano2008-01-061-4/+12
* Make "--pretty=format" parser a bit more careful.René Scharfe2007-12-261-1/+3
* --format=pretty: avoid calculating expensive expansions twiceRené Scharfe2007-11-111-0/+32
* --pretty=format: parse commit message only onceRené Scharfe2007-11-111-42/+82
* --pretty=format: on-demand format expansionRené Scharfe2007-11-091-123/+153
* Split off the pretty print stuff into its own fileJohannes Schindelin2007-11-051-0/+723