summaryrefslogtreecommitdiff
path: root/pretty.c
AgeCommit message (Expand)Author
2012-01-06Merge branch 'jc/show-sig'Junio C Hamano
2011-12-16pretty: give placeholders to reflog identityJeff King
2011-11-13pretty: %G[?GS] placeholdersJunio C Hamano
2011-11-01Merge branch 'nd/pretty-commit-log-message'Junio C Hamano
2011-10-24pretty.c: use original commit message if reencoding failsNguyễn Thái Ngọc Duy
2011-10-24pretty.c: free get_header() return valueNguyễn Thái Ngọc Duy
2011-05-31Merge branch 'jk/format-patch-am'Junio C Hamano
2011-05-31Merge branch 'jc/fmt-req-fix'Junio C Hamano
2011-05-26format-patch: preserve subject newlines with -kJeff King
2011-05-26clean up calling conventions for pretty.c functionsJeff King
2011-05-26pretty: add pp_commit_easy function for simple callersJeff King
2011-05-25userformat_find_requirements(): find requirement for the correct formatJunio C Hamano
2011-05-15Merge branch 'jk/format-patch-quote-special-in-from' into maintJunio C Hamano
2011-05-06Merge branch 'jk/format-patch-quote-special-in-from'Junio C Hamano
2011-05-04Merge branch 'jk/format-patch-multiline-header'Junio C Hamano
2011-04-26pretty: quote rfc822 specials in email addressesJeff King
2011-04-14format-patch: wrap email addresses after long namesJeff King
2011-03-23Merge branch 'mg/rev-list-one-side-only'Junio C Hamano
2011-03-09rev-list/log: factor out revision mark generationMichael J Gruber
2011-02-24format-patch: rfc2047-encode newlines in headersJeff King
2011-02-23format-patch: wrap long header linesJeff King
2010-11-04pretty.c: teach format_commit_message() to reencode the outputPat Notz
2010-11-04commit: helper methods to reduce redundant blocks of codePat Notz
2010-06-22Merge branch 'mg/pretty-magic-space'Junio C Hamano
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-06-16pretty: Introduce ' ' modifier to add space if non-emptyMichael J Gruber
2010-06-13Merge branch 'wp/pretty-enhancement'Junio C Hamano
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan
2010-05-21Merge branch 'jn/shortlog'Junio C Hamano
2010-05-09Merge branch 'eb/unpretty-b-format'Junio C Hamano
2010-05-08pretty: initialize new cmt_fmt_map to 0Jonathan Nieder
2010-05-04pretty: Respect --abbrev optionWill Palmer
2010-05-03pretty: add aliases for pretty formatsWill Palmer
2010-05-03pretty: add infrastructure for commit format aliasesWill Palmer
2010-05-03pretty: make it easier to add new formatsWill Palmer
2010-04-14pretty: Initialize notes if %N is usedJohannes Gilger
2010-04-06Add `%B' in format strings for raw commit body in `git log' and friendsEli Barzilay
2010-03-13Support showing notes from more than one notes treeThomas Rast
2010-02-14Notes API: Allow multiple concurrent notes trees with new struct notes_treeJohan Herland
2010-02-14Notes API: get_commit_notes() -> format_note() + remove the commit restrictionJohan Herland
2010-01-23Merge branch 'jc/maint-limit-note-output'Junio C Hamano
2010-01-21Fix "log" family not to be too agressive about showing notesJunio C Hamano
2010-01-12pretty.c: mark file-local function staticJunio C Hamano
2009-11-30Merge branch 'jc/pretty-lf'Junio C Hamano
2009-11-21Merge branch 'jh/notes' (early part)Junio C Hamano
2009-11-16Merge branch 'rs/pretty-wrap'Junio C Hamano
2009-11-09log --format: don't ignore %w() at the start of format stringRené Scharfe
2009-10-31fixup tr/stash-format mergeJunio C Hamano
2009-10-23Implement wrap format %w() as if it is a mode switchRené Scharfe
2009-10-20Introduce new pretty formats %g[sdD] for reflog informationThomas Rast