summaryrefslogtreecommitdiff
path: root/pretty.c
AgeCommit message (Expand)Author
2012-05-25Merge branch 'jk/format-person-part-buffer-limit'Junio C Hamano
2012-05-25Merge branch 'jk/pretty-commit-header-incomplete-line'Junio C Hamano
2012-05-22avoid segfault when reading header of malformed commitsJeff King
2012-05-22pretty: avoid buffer overflow in format_person_partJeff King
2012-05-11Merge branch 'jk/maint-reflog-walk-count-vs-time'Junio C Hamano
2012-05-07reflog-walk: tell explicit --date=default from not having --date at allJunio C Hamano
2012-05-04log: respect date_mode_explicit with --format:%gdJeff King
2012-03-11ident.c: add split_ident_line() to parse formatted ident lineJunio C Hamano
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