summaryrefslogtreecommitdiff
path: root/pretty.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused assignmentsBenjamin Kramer2009-03-141-3/+1
* Merge branch 'maint'Junio C Hamano2009-03-071-2/+1
|\
| * cleanup: add isascii()René Scharfe2009-03-071-2/+1
* | Merge branch 'ns/pretty-format'Junio C Hamano2009-03-051-6/+14
|\ \
| * | Give short-hands to --pretty=tformat:%formatstringNanako Shiraishi2009-02-241-6/+14
| |/
* | Merge branch 'al/ansi-color'Junio C Hamano2009-03-051-4/+4
|\ \ | |/ |/|
| * Clean up use of ANSI color sequencesArjen Laarhoven2009-02-131-4/+4
* | Merge branch 'ms/mailmap'Junio C Hamano2009-02-151-28/+31
|\ \
| * | Change current mailmap usage to do matching on both name and email of author/...Marius Storm-Olsen2009-02-081-27/+30
| * | Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen2009-02-081-1/+1
* | | log: do not print ellipses with --abbrev-commitThomas Rast2009-02-131-3/+1
| |/ |/|
* | Revert "Merge branch 'js/notes'"Junio C Hamano2009-02-101-5/+0
* | Merge branch 'js/notes'Junio C Hamano2009-02-051-0/+5
|\ \ | |/ |/|
| * Introduce commit notesJohannes Schindelin2008-12-211-0/+5
* | 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