summaryrefslogtreecommitdiffstats
path: root/pretty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-22Merge branch 'mg/rev-list-one-side-only'Junio C Hamano1-5/+1
2011-03-09rev-list/log: factor out revision mark generationMichael J Gruber1-5/+1
2011-02-23format-patch: rfc2047-encode newlines in headersJeff King1-2/+2
2011-02-23format-patch: wrap long header linesJeff King1-8/+24
2010-11-04pretty.c: teach format_commit_message() to reencode the outputPat Notz1-6/+21
2010-11-04commit: helper methods to reduce redundant blocks of codePat Notz1-7/+2
2010-06-22Merge branch 'mg/pretty-magic-space'Junio C Hamano1-4/+11
2010-06-21Merge branch 'gv/portable'Junio C Hamano1-1/+1
2010-06-16pretty: Introduce ' ' modifier to add space if non-emptyMichael J Gruber1-3/+10
2010-06-13Merge branch 'wp/pretty-enhancement'Junio C Hamano1-23/+131
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan1-1/+1
2010-05-21Merge branch 'jn/shortlog'Junio C Hamano1-3/+4
2010-05-08Merge branch 'eb/unpretty-b-format'Junio C Hamano1-0/+4
2010-05-08pretty: initialize new cmt_fmt_map to 0Jonathan Nieder1-0/+1
2010-05-04pretty: Respect --abbrev optionWill Palmer1-3/+4
2010-05-03pretty: add aliases for pretty formatsWill Palmer1-2/+55
2010-05-03pretty: add infrastructure for commit format aliasesWill Palmer1-3/+24
2010-05-03pretty: make it easier to add new formatsWill Palmer1-24/+57
2010-04-13pretty: Initialize notes if %N is usedJohannes Gilger1-4/+36
2010-04-05Add `%B' in format strings for raw commit body in `git log' and friendsEli Barzilay1-0/+4
2010-03-12Support showing notes from more than one notes treeThomas Rast1-3/+3
2010-02-13Notes API: Allow multiple concurrent notes trees with new struct notes_treeJohan Herland1-3/+4
2010-02-13Notes API: get_commit_notes() -> format_note() + remove the commit restrictionJohan Herland1-4/+4
2010-01-22Merge branch 'jc/maint-limit-note-output'Junio C Hamano1-1/+1
2010-01-20Fix "log" family not to be too agressive about showing notesJunio C Hamano1-1/+1
2010-01-11pretty.c: mark file-local function staticJunio C Hamano1-1/+1
2009-11-30Merge branch 'jc/pretty-lf'Junio C Hamano1-2/+40
2009-11-20Merge branch 'jh/notes' (early part)Junio C Hamano1-0/+10
2009-11-15Merge branch 'rs/pretty-wrap'Junio C Hamano1-0/+57
2009-11-08log --format: don't ignore %w() at the start of format stringRené Scharfe1-1/+1
2009-10-30fixup tr/stash-format mergeJunio C Hamano1-13/+31
2009-10-22Implement wrap format %w() as if it is a mode switchRené Scharfe1-0/+57
2009-10-19Introduce new pretty formats %g[sdD] for reflog informationThomas Rast1-0/+17
2009-10-19Refactor pretty_print_commit arguments into a structThomas Rast1-13/+14
2009-10-19Add '%N'-format for pretty-printing commit notesJohannes Schindelin1-0/+4
2009-10-19Add flags to get_commit_notes() to control the format of the note stringJohan Herland1-1/+2
2009-10-19Introduce commit notesJohannes Schindelin1-0/+5
2009-10-19format_commit_message(): fix function signatureJunio C Hamano1-1/+1
2009-10-04Pretty-format: %[+-]x to tweak inter-item newlinesJunio C Hamano1-2/+40
2009-08-18git-log: allow --decorate[=short|full]Lars Hjemli1-1/+1
2009-08-10Expose the has_non_ascii() functionJohannes Schindelin1-0/+12
2009-05-18Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibilityBrandon Casey1-2/+2
2009-04-01format_sanitized_subject: Don't trim past initial length of strbufStephen Boyd1-2/+4
2009-03-22pretty.c: add %f format specifier to format_commit_message()Stephen Boyd1-0/+35
2009-03-14Remove unused assignmentsBenjamin Kramer1-3/+1
2009-03-07Merge branch 'maint'Junio C Hamano1-2/+1
2009-03-07cleanup: add isascii()René Scharfe1-2/+1
2009-03-05Merge branch 'ns/pretty-format'Junio C Hamano1-6/+14
2009-03-05Merge branch 'al/ansi-color'Junio C Hamano1-4/+4
2009-02-24Give short-hands to --pretty=tformat:%formatstringNanako Shiraishi1-6/+14