aboutsummaryrefslogtreecommitdiff
path: root/pretty.c
Commit message (Expand)AuthorAge
* enums: omit trailing comma for portabilityGary V. Vaughan2010-05-31
* pretty: Initialize notes if %N is usedJohannes Gilger2010-04-13
* Support showing notes from more than one notes treeThomas Rast2010-03-12
* Notes API: Allow multiple concurrent notes trees with new struct notes_treeJohan Herland2010-02-13
* Notes API: get_commit_notes() -> format_note() + remove the commit restrictionJohan Herland2010-02-13
* Merge branch 'jc/maint-limit-note-output'Junio C Hamano2010-01-22
|\
| * Fix "log" family not to be too agressive about showing notesJunio C Hamano2010-01-20
* | pretty.c: mark file-local function staticJunio C Hamano2010-01-11
|/
* Merge branch 'jc/pretty-lf'Junio C Hamano2009-11-30
|\
| * Pretty-format: %[+-]x to tweak inter-item newlinesJunio C Hamano2009-10-04
* | Merge branch 'jh/notes' (early part)Junio C Hamano2009-11-20
|\ \
| * | Add '%N'-format for pretty-printing commit notesJohannes Schindelin2009-10-19
| * | Add flags to get_commit_notes() to control the format of the note stringJohan Herland2009-10-19
| * | Introduce commit notesJohannes Schindelin2009-10-19
| |/
* | Merge branch 'rs/pretty-wrap'Junio C Hamano2009-11-15
|\ \
| * | log --format: don't ignore %w() at the start of format stringRené Scharfe2009-11-08
| * | Implement wrap format %w() as if it is a mode switchRené Scharfe2009-10-22
* | | fixup tr/stash-format mergeJunio C Hamano2009-10-30
|\ \ \ | |/ / |/| |
| * | Introduce new pretty formats %g[sdD] for reflog informationThomas Rast2009-10-19
| * | Refactor pretty_print_commit arguments into a structThomas Rast2009-10-19
| |/
* | format_commit_message(): fix function signatureJunio C Hamano2009-10-19
|/
* git-log: allow --decorate[=short|full]Lars Hjemli2009-08-18
* Expose the has_non_ascii() functionJohannes Schindelin2009-08-10
* Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibilityBrandon Casey2009-05-18
* 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