summaryrefslogtreecommitdiff
path: root/pretty.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-16pretty: give placeholders to reflog identityLibravatar Jeff King1-0/+25
2011-11-01Merge branch 'nd/pretty-commit-log-message'Libravatar Junio C Hamano1-4/+6
2011-10-23pretty.c: use original commit message if reencoding failsLibravatar Nguyễn Thái Ngọc Duy1-1/+4
2011-10-23pretty.c: free get_header() return valueLibravatar Nguyễn Thái Ngọc Duy1-4/+3
2011-05-31Merge branch 'jk/format-patch-am'Libravatar Junio C Hamano1-52/+55
2011-05-30Merge branch 'jc/fmt-req-fix'Libravatar Junio C Hamano1-1/+1
2011-05-26format-patch: preserve subject newlines with -kLibravatar Jeff King1-1/+2
2011-05-26clean up calling conventions for pretty.c functionsLibravatar Jeff King1-52/+47
2011-05-26pretty: add pp_commit_easy function for simple callersLibravatar Jeff King1-0/+7
2011-05-25userformat_find_requirements(): find requirement for the correct formatLibravatar Junio C Hamano1-1/+1
2011-05-15Merge branch 'jk/format-patch-quote-special-in-from' into maintLibravatar Junio C Hamano1-1/+60
2011-05-06Merge branch 'jk/format-patch-quote-special-in-from'Libravatar Junio C Hamano1-1/+60
2011-05-04Merge branch 'jk/format-patch-multiline-header'Libravatar Junio C Hamano1-0/+9
2011-04-26pretty: quote rfc822 specials in email addressesLibravatar Jeff King1-1/+60
2011-04-14format-patch: wrap email addresses after long namesLibravatar Jeff King1-0/+9
2011-03-22Merge branch 'mg/rev-list-one-side-only'Libravatar Junio C Hamano1-5/+1
2011-03-09rev-list/log: factor out revision mark generationLibravatar Michael J Gruber1-5/+1
2011-02-23format-patch: rfc2047-encode newlines in headersLibravatar Jeff King1-2/+2
2011-02-23format-patch: wrap long header linesLibravatar Jeff King1-8/+24
2010-11-04pretty.c: teach format_commit_message() to reencode the outputLibravatar Pat Notz1-6/+21
2010-11-04commit: helper methods to reduce redundant blocks of codeLibravatar Pat Notz1-7/+2
2010-06-22Merge branch 'mg/pretty-magic-space'Libravatar Junio C Hamano1-4/+11
2010-06-21Merge branch 'gv/portable'Libravatar Junio C Hamano1-1/+1
2010-06-16pretty: Introduce ' ' modifier to add space if non-emptyLibravatar Michael J Gruber1-3/+10
2010-06-13Merge branch 'wp/pretty-enhancement'Libravatar Junio C Hamano1-23/+131
2010-05-31enums: omit trailing comma for portabilityLibravatar Gary V. Vaughan1-1/+1
2010-05-21Merge branch 'jn/shortlog'Libravatar Junio C Hamano1-3/+4
2010-05-08Merge branch 'eb/unpretty-b-format'Libravatar Junio C Hamano1-0/+4
2010-05-08pretty: initialize new cmt_fmt_map to 0Libravatar Jonathan Nieder1-0/+1
2010-05-04pretty: Respect --abbrev optionLibravatar Will Palmer1-3/+4
2010-05-03pretty: add aliases for pretty formatsLibravatar Will Palmer1-2/+55
2010-05-03pretty: add infrastructure for commit format aliasesLibravatar Will Palmer1-3/+24
2010-05-03pretty: make it easier to add new formatsLibravatar Will Palmer1-24/+57
2010-04-13pretty: Initialize notes if %N is usedLibravatar Johannes Gilger1-4/+36
2010-04-05Add `%B' in format strings for raw commit body in `git log' and friendsLibravatar Eli Barzilay1-0/+4
2010-03-12Support showing notes from more than one notes treeLibravatar Thomas Rast1-3/+3
2010-02-13Notes API: Allow multiple concurrent notes trees with new struct notes_treeLibravatar Johan Herland1-3/+4
2010-02-13Notes API: get_commit_notes() -> format_note() + remove the commit restrictionLibravatar Johan Herland1-4/+4
2010-01-22Merge branch 'jc/maint-limit-note-output'Libravatar Junio C Hamano1-1/+1
2010-01-20Fix "log" family not to be too agressive about showing notesLibravatar Junio C Hamano1-1/+1
2010-01-11pretty.c: mark file-local function staticLibravatar Junio C Hamano1-1/+1
2009-11-30Merge branch 'jc/pretty-lf'Libravatar Junio C Hamano1-2/+40
2009-11-20Merge branch 'jh/notes' (early part)Libravatar Junio C Hamano1-0/+10
2009-11-15Merge branch 'rs/pretty-wrap'Libravatar Junio C Hamano1-0/+57
2009-11-08log --format: don't ignore %w() at the start of format stringLibravatar René Scharfe1-1/+1
2009-10-30fixup tr/stash-format mergeLibravatar Junio C Hamano1-13/+31
2009-10-22Implement wrap format %w() as if it is a mode switchLibravatar René Scharfe1-0/+57
2009-10-19Introduce new pretty formats %g[sdD] for reflog informationLibravatar Thomas Rast1-0/+17
2009-10-19Refactor pretty_print_commit arguments into a structLibravatar Thomas Rast1-13/+14
2009-10-19Add '%N'-format for pretty-printing commit notesLibravatar Johannes Schindelin1-0/+4