aboutsummaryrefslogtreecommitdiff
path: root/pretty.c
Commit message (Expand)AuthorAge
* Merge branch 'ks/rfc2047-one-char-at-a-time'Junio C Hamano2013-03-25
|\
| * format-patch: RFC 2047 says multi-octet character may not be splitKirill Smelkov2013-03-09
* | Merge branch 'mg/gpg-interface-using-status'Junio C Hamano2013-03-21
|\ \
| * | pretty: make %GK output the signing key for signed commitsMichael J Gruber2013-02-14
| * | pretty: parse the gpg status lines rather than the outputMichael J Gruber2013-02-14
| * | gpg_interface: allow to request status returnMichael J Gruber2013-02-14
| * | Merge branch 'jc/same-encoding' into maintJunio C Hamano2013-01-10
| |\ \
* | | | logmsg_reencode: lazily load missing commit buffersJeff King2013-01-26
* | | | logmsg_reencode: never return NULLJeff King2013-01-26
* | | | Merge branch 'ap/log-mailmap'Junio C Hamano2013-01-20
|\ \ \ \
| * | | | pretty: use mailmap to display username and emailAntoine Pelisse2013-01-10
| * | | | mailmap: simplify map_user() interfaceAntoine Pelisse2013-01-10
| * | | | Use split_ident_line to parse author and committerAntoine Pelisse2013-01-07
| |/ / /
* | | | Merge branch 'rs/pretty-use-prefixcmp'Junio C Hamano2013-01-18
|\ \ \ \
| * | | | pretty: use prefixcmp instead of memcmp on NUL-terminated stringsRené Scharfe2013-01-14
* | | | | Merge branch 'jc/format-color-auto'Junio C Hamano2013-01-05
|\ \ \ \ \ | |/ / / /
| * | | | log --format: teach %C(auto,black) to respect color configJunio C Hamano2012-12-17
| | |_|/ | |/| |
| * | | Merge branch 'jc/same-encoding' into maintJunio C Hamano2012-12-07
| |\ \ \
* | \ \ \ Merge branch 'jc/same-encoding'Junio C Hamano2013-01-03
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | format_commit_message(): simplify calls to logmsg_reencode()Junio C Hamano2012-12-10
| | |/ | |/|
* | | Merge branch 'jc/prettier-pretty-note'Junio C Hamano2012-11-15
|\ \ \
| * | | pretty_print_commit(): do not append notes messageJunio C Hamano2012-10-17
| * | | pretty: prepare notes message at a centralized placeJunio C Hamano2012-10-17
| * | | format_note(): simplify APIJunio C Hamano2012-10-17
| * | | pretty: remove reencode_commit_message()Junio C Hamano2012-10-17
* | | | Merge branch 'jc/same-encoding'Junio C Hamano2012-11-15
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | reencode_string(): introduce and use same_encoding()Junio C Hamano2012-11-04
| |/
* | format-patch: fix rfc2047 address encoding with respect to rfc822 specialsJan H. Schönherr2012-10-18
* | format-patch: make rfc2047 encoding more strictJan H. Schönherr2012-10-18
* | format-patch: introduce helper function last_line_length()Jan H. Schönherr2012-10-18
* | format-patch: do not wrap rfc2047 encoded headers too lateJan H. Schönherr2012-10-18
* | format-patch: do not wrap non-rfc2047 headers too earlyJan H. Schönherr2012-10-18
|/
* Merge branch 'jk/format-person-part-buffer-limit'Junio C Hamano2012-05-25
|\
| * pretty: avoid buffer overflow in format_person_partJeff King2012-05-22
* | Merge branch 'jk/pretty-commit-header-incomplete-line'Junio C Hamano2012-05-25
|\ \
| * | avoid segfault when reading header of malformed commitsJeff King2012-05-22
* | | Merge branch 'jk/maint-reflog-walk-count-vs-time'Junio C Hamano2012-05-11
|\ \ \ | |_|/ |/| |
| * | reflog-walk: tell explicit --date=default from not having --date at allJunio C Hamano2012-05-07
| * | log: respect date_mode_explicit with --format:%gdJeff King2012-05-04
* | | ident.c: add split_ident_line() to parse formatted ident lineJunio C Hamano2012-03-11
| |/ |/|
* | Merge branch 'jc/show-sig'Junio C Hamano2012-01-06
|\ \
| * | pretty: %G[?GS] placeholdersJunio C Hamano2011-11-12
| |/
* | pretty: give placeholders to reflog identityJeff King2011-12-16
* | Merge branch 'nd/pretty-commit-log-message'Junio C Hamano2011-11-01
|\ \ | |/ |/|
| * pretty.c: use original commit message if reencoding failsNguyễn Thái Ngọc Duy2011-10-23
| * pretty.c: free get_header() return valueNguyễn Thái Ngọc Duy2011-10-23
* | Merge branch 'jk/format-patch-am'Junio C Hamano2011-05-31
|\ \
| * | format-patch: preserve subject newlines with -kJeff King2011-05-26
| * | clean up calling conventions for pretty.c functionsJeff King2011-05-26
| * | pretty: add pp_commit_easy function for simple callersJeff King2011-05-26