aboutsummaryrefslogtreecommitdiff
path: root/pretty.c
Commit message (Expand)AuthorAge
* format_sanitized_subject: Don't trim past initial length of strbufStephen Boyd2009-04-01
* pretty.c: add %f format specifier to format_commit_message()Stephen Boyd2009-03-22
* Remove unused assignmentsBenjamin Kramer2009-03-14
* Merge branch 'maint'Junio C Hamano2009-03-07
|\
| * cleanup: add isascii()René Scharfe2009-03-07
* | Merge branch 'ns/pretty-format'Junio C Hamano2009-03-05
|\ \
| * | Give short-hands to --pretty=tformat:%formatstringNanako Shiraishi2009-02-24
| |/
* | Merge branch 'al/ansi-color'Junio C Hamano2009-03-05
|\ \ | |/ |/|
| * Clean up use of ANSI color sequencesArjen Laarhoven2009-02-13
* | Merge branch 'ms/mailmap'Junio C Hamano2009-02-15
|\ \
| * | Change current mailmap usage to do matching on both name and email of author/...Marius Storm-Olsen2009-02-08
| * | Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen2009-02-08
* | | log: do not print ellipses with --abbrev-commitThomas Rast2009-02-13
| |/ |/|
* | Revert "Merge branch 'js/notes'"Junio C Hamano2009-02-10
* | Merge branch 'js/notes'Junio C Hamano2009-02-05
|\ \ | |/ |/|
| * Introduce commit notesJohannes Schindelin2008-12-21
* | Merge branch 'jk/color-parse'Junio C Hamano2009-01-21
|\ \
| * | expand --pretty=format color optionsJeff King2009-01-17
* | | shortlog: handle multi-line subjects like log --pretty=oneline et. al. doRené Scharfe2009-01-06
|/ /
* | pretty: support multiline subjects with format:René Scharfe2008-12-27
* | pretty: factor out format_subject()René Scharfe2008-12-27
* | pretty: factor out skip_empty_lines()René Scharfe2008-12-27
|/
* builtin-blame: Reencode commit messages according to git-log rules.Alexander Gavrilov2008-10-21
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
* add '%d' pretty format specifier to show decorationRené Scharfe2008-09-04
* pretty=format: respect date format optionsJeff King2008-08-29
* Rename path_list to string_listJohannes Schindelin2008-07-21
* Add pretty format %aN which gives the author name, respecting .mailmapJohannes Schindelin2008-07-11
* log --pretty: do not accept bogus "--prettyshort"Junio C Hamano2008-05-25
* log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano2008-04-10
* pretty.c: add %x00 format specifier.Govind Salinas2008-03-23
* Merge branch 'maint'Junio C Hamano2008-03-15
|\
| * format-patch: generate MIME header as needed even when there is format.headerJunio C Hamano2008-03-15
* | Merge branch 'jm/free'Junio C Hamano2008-02-27
|\ \
| * | Avoid unnecessary "if-before-free" tests.Jim Meyering2008-02-22
* | | Merge branch 'db/cover-letter'Junio C Hamano2008-02-27
|\ \ \ | |/ / |/| |
| * | Export some email and pretty-printing functionsDaniel Barkalow2008-02-19
| |/
* | Avoid a useless prefix lookup in strbuf_expand()Marco Costalba2008-02-09
|/
* custom pretty format: tolerate empty e-mail addressJunio C Hamano2008-01-06
* Make "--pretty=format" parser a bit more careful.René Scharfe2007-12-26
* --format=pretty: avoid calculating expensive expansions twiceRené Scharfe2007-11-11
* --pretty=format: parse commit message only onceRené Scharfe2007-11-11
* --pretty=format: on-demand format expansionRené Scharfe2007-11-09
* Split off the pretty print stuff into its own fileJohannes Schindelin2007-11-05