summaryrefslogtreecommitdiff
path: root/pretty.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/format-person-part-buffer-limit'Junio C Hamano2012-05-251-2/+4
|\
| * pretty: avoid buffer overflow in format_person_partJeff King2012-05-221-2/+4
* | Merge branch 'jk/pretty-commit-header-incomplete-line'Junio C Hamano2012-05-251-1/+4
|\ \
| * | avoid segfault when reading header of malformed commitsJeff King2012-05-221-1/+4
* | | Merge branch 'jk/maint-reflog-walk-count-vs-time'Junio C Hamano2012-05-111-0/+1
|\ \ \ | |_|/ |/| |
| * | reflog-walk: tell explicit --date=default from not having --date at allJunio C Hamano2012-05-071-3/+2
| * | log: respect date_mode_explicit with --format:%gdJeff King2012-05-041-1/+3
* | | ident.c: add split_ident_line() to parse formatted ident lineJunio C Hamano2012-03-111-44/+20
| |/ |/|
* | Merge branch 'jc/show-sig'Junio C Hamano2012-01-061-0/+86
|\ \
| * | pretty: %G[?GS] placeholdersJunio C Hamano2011-11-121-0/+86
| |/
* | pretty: give placeholders to reflog identityjk/pretty-reglog-entJeff King2011-12-161-0/+25
* | Merge branch 'nd/pretty-commit-log-message'Junio C Hamano2011-11-011-4/+6
|\ \ | |/ |/|
| * pretty.c: use original commit message if reencoding failsnd/pretty-commit-log-messageNguyễn Thái Ngọc Duy2011-10-231-1/+4
| * pretty.c: free get_header() return valueNguyễn Thái Ngọc Duy2011-10-231-4/+3
* | Merge branch 'jk/format-patch-am'Junio C Hamano2011-05-311-52/+55
|\ \
| * | format-patch: preserve subject newlines with -kJeff King2011-05-261-1/+2
| * | clean up calling conventions for pretty.c functionsJeff King2011-05-261-52/+47
| * | pretty: add pp_commit_easy function for simple callersJeff King2011-05-261-0/+7
* | | Merge branch 'jc/fmt-req-fix'Junio C Hamano2011-05-301-1/+1
|\ \ \
| * | | userformat_find_requirements(): find requirement for the correct formatJunio C Hamano2011-05-251-1/+1
| * | | Merge branch 'jk/format-patch-quote-special-in-from' into maintJunio C Hamano2011-05-151-1/+60
| |\ \ \
* | \ \ \ Merge branch 'jk/format-patch-quote-special-in-from'Junio C Hamano2011-05-061-1/+60
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | pretty: quote rfc822 specials in email addressesJeff King2011-04-261-1/+60
* | | | | Merge branch 'jk/format-patch-multiline-header'Junio C Hamano2011-05-041-0/+9
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | format-patch: wrap email addresses after long namesJeff King2011-04-141-0/+9
| |/ /
* | | 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