summaryrefslogtreecommitdiff
path: root/pretty.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mg/rev-list-one-side-only'Junio C Hamano2011-03-221-5/+1
|\
| * rev-list/log: factor out revision mark generationMichael J Gruber2011-03-091-5/+1
* | format-patch: rfc2047-encode newlines in headersJeff King2011-02-231-2/+2
* | format-patch: wrap long header linesJeff King2011-02-231-8/+24
|/
* pretty.c: teach format_commit_message() to reencode the outputPat Notz2010-11-041-6/+21
* commit: helper methods to reduce redundant blocks of codePat Notz2010-11-041-7/+2
* Merge branch 'mg/pretty-magic-space'Junio C Hamano2010-06-221-4/+11
|\
| * pretty: Introduce ' ' modifier to add space if non-emptyMichael J Gruber2010-06-161-3/+10
* | Merge branch 'gv/portable'Junio C Hamano2010-06-211-1/+1
|\ \ | |/ |/|
| * enums: omit trailing comma for portabilityGary V. Vaughan2010-05-311-1/+1
* | Merge branch 'wp/pretty-enhancement'Junio C Hamano2010-06-131-23/+131
|\ \
| * | pretty: initialize new cmt_fmt_map to 0Jonathan Nieder2010-05-081-0/+1
| * | pretty: add aliases for pretty formatsWill Palmer2010-05-031-2/+55
| * | pretty: add infrastructure for commit format aliasesWill Palmer2010-05-031-3/+24
| * | pretty: make it easier to add new formatsWill Palmer2010-05-031-24/+57
| |/
* | Merge branch 'jn/shortlog'Junio C Hamano2010-05-211-3/+4
|\ \
| * | pretty: Respect --abbrev optionWill Palmer2010-05-041-3/+4
* | | Merge branch 'eb/unpretty-b-format'Junio C Hamano2010-05-081-0/+4
|\ \ \ | |_|/ |/| |
| * | Add `%B' in format strings for raw commit body in `git log' and friendsEli Barzilay2010-04-051-0/+4
* | | pretty: Initialize notes if %N is usedJohannes Gilger2010-04-131-4/+36
|/ /
* | Support showing notes from more than one notes treeThomas Rast2010-03-121-3/+3
* | Notes API: Allow multiple concurrent notes trees with new struct notes_treeJohan Herland2010-02-131-3/+4
* | Notes API: get_commit_notes() -> format_note() + remove the commit restrictionJohan Herland2010-02-131-4/+4
|/
* Merge branch 'jc/maint-limit-note-output'Junio C Hamano2010-01-221-1/+1
|\
| * Fix "log" family not to be too agressive about showing notesJunio C Hamano2010-01-201-1/+1
* | pretty.c: mark file-local function staticJunio C Hamano2010-01-111-1/+1
|/
* Merge branch 'jc/pretty-lf'Junio C Hamano2009-11-301-2/+40
|\
| * Pretty-format: %[+-]x to tweak inter-item newlinesJunio C Hamano2009-10-041-2/+40
* | Merge branch 'jh/notes' (early part)Junio C Hamano2009-11-201-0/+10
|\ \
| * | Add '%N'-format for pretty-printing commit notesJohannes Schindelin2009-10-191-0/+4
| * | Add flags to get_commit_notes() to control the format of the note stringJohan Herland2009-10-191-1/+2
| * | Introduce commit notesJohannes Schindelin2009-10-191-0/+5
| |/
* | Merge branch 'rs/pretty-wrap'Junio C Hamano2009-11-151-0/+57
|\ \
| * | log --format: don't ignore %w() at the start of format stringRené Scharfe2009-11-081-1/+1
| * | Implement wrap format %w() as if it is a mode switchRené Scharfe2009-10-221-0/+57
* | | fixup tr/stash-format mergeJunio C Hamano2009-10-301-13/+31
|\ \ \ | |/ / |/| |
| * | Introduce new pretty formats %g[sdD] for reflog informationThomas Rast2009-10-191-0/+17
| * | Refactor pretty_print_commit arguments into a structThomas Rast2009-10-191-13/+14
| |/
* | format_commit_message(): fix function signatureJunio C Hamano2009-10-191-1/+1
|/
* git-log: allow --decorate[=short|full]Lars Hjemli2009-08-181-1/+1
* Expose the has_non_ascii() functionJohannes Schindelin2009-08-101-0/+12
* Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibilityBrandon Casey2009-05-181-2/+2
* format_sanitized_subject: Don't trim past initial length of strbufStephen Boyd2009-04-011-2/+4
* pretty.c: add %f format specifier to format_commit_message()Stephen Boyd2009-03-221-0/+35
* 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
|\ \ | |/ |/|