aboutsummaryrefslogtreecommitdiff
path: root/pretty.c
Commit message (Expand)AuthorAge
...
* | pretty.c: drop const-ness from pretty_print_contextJeff King2013-07-03
* | Merge branch 'rs/pp-user-info-without-extra-allocation'Junio C Hamano2013-05-01
|\ \
| * | pretty: remove intermediate strbufs from pp_user_info()René Scharfe2013-04-25
| * | pretty: simplify output line length calculation in pp_user_info()René Scharfe2013-04-25
| * | pretty: simplify input line length calculation in pp_user_info()René Scharfe2013-04-25
| |/
* | Merge branch 'nd/pretty-formats'Junio C Hamano2013-04-23
|\ \
| * | pretty: support %>> that steal trailing spacesNguyễn Thái Ngọc Duy2013-04-18
| * | pretty: support truncating in %>, %< and %><Nguyễn Thái Ngọc Duy2013-04-18
| * | pretty: support padding placeholders, %< %> and %><Nguyễn Thái Ngọc Duy2013-04-18
| * | pretty: add %C(auto) for auto-coloringNguyễn Thái Ngọc Duy2013-04-18
| * | pretty: split color parsing into a separate functionNguyễn Thái Ngọc Duy2013-04-18
| * | pretty: two phase conversion for non utf-8 commitsNguyễn Thái Ngọc Duy2013-04-18
| * | pretty: share code between format_decoration and show_decorationsNguyễn Thái Ngọc Duy2013-04-18
| * | pretty: get the correct encoding for --pretty:format=%eNguyễn Thái Ngọc Duy2013-04-18
| * | pretty: save commit encoding from logmsg_reencode if the caller needs itNguyễn Thái Ngọc Duy2013-04-18
* | | Merge branch 'jk/chopped-ident'Junio C Hamano2013-04-22
|\ \ \ | |/ / |/| / | |/
| * pretty: handle broken commit headers gracefullyRené Scharfe2013-04-17
| * Merge branch 'mg/gpg-interface-using-status' into maintJunio C Hamano2013-04-03
| |\
| * \ Merge branch 'ks/rfc2047-one-char-at-a-time' into maintJunio C Hamano2013-04-03
| |\ \
* | | | pretty printing: extend %G? to include 'N' and 'U'Sebastian Götte2013-03-31
* | | | Move commit GPG signature verification to commit.cSebastian Götte2013-03-31
* | | | 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