171 Commits (eea591373e139fc8aab89a78ccb0b1512a2bf0de)

Author SHA1 Message Date
Jeff King 3f419d45ef show_ident_date: fix tz range check 11 years ago
Jeff King 1dca155fe3 log: handle integer overflow in timestamps 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Felipe Contreras 35b2fa5ba3 pretty: trivial style fix 11 years ago
Jeff King 662cc30cd0 format-patch: print in-body "From" only when needed 12 years ago
Jeff King a90804752f teach format-patch to place other authors into in-body "From" 12 years ago
Jeff King 10f2fbff68 pretty.c: drop const-ness from pretty_print_context 12 years ago
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() 12 years ago
Jan H. Schönherr 41dd00bad3 format-patch: fix rfc2047 address encoding with respect to rfc822 specials 12 years ago
Jan H. Schönherr 0fcec2ce54 format-patch: make rfc2047 encoding more strict 12 years ago
Jan H. Schönherr f9b7204b6d format-patch: introduce helper function last_line_length() 12 years ago
Jan H. Schönherr 94f6cdf693 format-patch: do not wrap rfc2047 encoded headers too late 12 years ago
Jan H. Schönherr 7a76e68a17 format-patch: do not wrap non-rfc2047 headers too early 12 years ago
Junio C Hamano 5a664cf2c7 pretty_print_commit(): do not append notes message 12 years ago
Junio C Hamano ddf333f66c pretty: prepare notes message at a centralized place 12 years ago
Junio C Hamano 76141e2e62 format_note(): simplify API 12 years ago
Junio C Hamano e297cf5aff pretty: remove reencode_commit_message() 12 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