163 Commits (d887cc184d49f5e8982c1db433996fae26fb20c0)

Author SHA1 Message Date
René Scharfe a0511b3934 pretty: remove intermediate strbufs from pp_user_info() 12 years ago
René Scharfe 97a17e7721 pretty: simplify output line length calculation in pp_user_info() 12 years ago
René Scharfe 30e77bcb50 pretty: simplify input line length calculation in pp_user_info() 12 years ago
Nguyễn Thái Ngọc Duy 1640632b4f pretty: support %>> that steal trailing spaces 12 years ago
Nguyễn Thái Ngọc Duy a7f01c6b4d pretty: support truncating in %>, %< and %>< 12 years ago
Nguyễn Thái Ngọc Duy a57523428b pretty: support padding placeholders, %< %> and %>< 12 years ago
Nguyễn Thái Ngọc Duy a95f067e3f pretty: add %C(auto) for auto-coloring 12 years ago
Nguyễn Thái Ngọc Duy fcabc2d91c pretty: split color parsing into a separate function 12 years ago
Nguyễn Thái Ngọc Duy 7e77df39bf pretty: two phase conversion for non utf-8 commits 12 years ago
Nguyễn Thái Ngọc Duy 9d3f002f21 pretty: share code between format_decoration and show_decorations 12 years ago
Nguyễn Thái Ngọc Duy 0940a76db6 pretty: get the correct encoding for --pretty:format=%e 12 years ago
Nguyễn Thái Ngọc Duy 5a10d23658 pretty: save commit encoding from logmsg_reencode if the caller needs it 12 years ago
René Scharfe 9dbe7c3d7f pretty: handle broken commit headers gracefully 12 years ago
Sebastian Götte e290c4b944 pretty printing: extend %G? to include 'N' and 'U' 12 years ago
Sebastian Götte ffb6d7d5c9 Move commit GPG signature verification to commit.c 12 years ago
Kirill Smelkov 6cd3c05327 format-patch: RFC 2047 says multi-octet character may not be split 12 years ago
Michael J Gruber 0174eeaa73 pretty: make %GK output the signing key for signed commits 12 years ago
Michael J Gruber 4a868fd655 pretty: parse the gpg status lines rather than the output 12 years ago
Michael J Gruber 9cc4ac8ff1 gpg_interface: allow to request status return 12 years ago
Jeff King be5c9fb904 logmsg_reencode: lazily load missing commit buffers 12 years ago
Jeff King dd0d388c44 logmsg_reencode: never return NULL 12 years ago
René Scharfe 8a692d2777 pretty: use prefixcmp instead of memcmp on NUL-terminated strings 12 years ago
Antoine Pelisse dffd325f37 pretty: use mailmap to display username and email 12 years ago
Antoine Pelisse ea02ffa385 mailmap: simplify map_user() interface 12 years ago
Antoine Pelisse 3c020bd528 Use split_ident_line to parse author and committer 12 years ago
Junio C Hamano 30825178fb log --format: teach %C(auto,black) to respect color config 12 years ago
Junio C Hamano ec008076db format_commit_message(): simplify calls to logmsg_reencode() 12 years ago
Junio C Hamano 0e18bcd5e9 reencode_string(): introduce and use same_encoding() 13 years ago
Jan H. Schönherr 41dd00bad3 format-patch: fix rfc2047 address encoding with respect to rfc822 specials 13 years ago
Jan H. Schönherr 0fcec2ce54 format-patch: make rfc2047 encoding more strict 13 years ago
Jan H. Schönherr f9b7204b6d format-patch: introduce helper function last_line_length() 13 years ago
Jan H. Schönherr 94f6cdf693 format-patch: do not wrap rfc2047 encoded headers too late 13 years ago
Jan H. Schönherr 7a76e68a17 format-patch: do not wrap non-rfc2047 headers too early 13 years ago
Junio C Hamano 5a664cf2c7 pretty_print_commit(): do not append notes message 13 years ago
Junio C Hamano ddf333f66c pretty: prepare notes message at a centralized place 13 years ago
Junio C Hamano 76141e2e62 format_note(): simplify API 13 years ago
Junio C Hamano e297cf5aff pretty: remove reencode_commit_message() 13 years ago
Jeff King a9c7a8a8be avoid segfault when reading header of malformed commits 13 years ago
Jeff King c9b4e9e5b6 pretty: avoid buffer overflow in format_person_part 13 years ago
Junio C Hamano 55ccf85a52 reflog-walk: tell explicit --date=default from not having --date at all 13 years ago
Jeff King f026c7563a log: respect date_mode_explicit with --format:%gd 13 years ago
Junio C Hamano 4b340cfab9 ident.c: add split_ident_line() to parse formatted ident line 13 years ago
Jeff King cd1957f5fc pretty: give placeholders to reflog identity 13 years ago
Junio C Hamano f6667c5ee8 pretty: %G[?GS] placeholders 14 years ago
Nguyễn Thái Ngọc Duy 1d5bd615c0 pretty.c: use original commit message if reencoding fails 14 years ago
Nguyễn Thái Ngọc Duy 9cd7a92b97 pretty.c: free get_header() return value 14 years ago
Jeff King 9553d2b263 format-patch: preserve subject newlines with -k 14 years ago
Jeff King 6bf139440c clean up calling conventions for pretty.c functions 14 years ago
Jeff King 8b8a53744f pretty: add pp_commit_easy function for simple callers 14 years ago
Junio C Hamano a6253d1077 userformat_find_requirements(): find requirement for the correct format 14 years ago