123 Commits (75ed918bda00a0786bab7de3d220765226fe3f1e)

Author SHA1 Message Date
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
Junio C Hamano f6667c5ee8 pretty: %G[?GS] placeholders 13 years ago
Nguyễn Thái Ngọc Duy 1d5bd615c0 pretty.c: use original commit message if reencoding fails 13 years ago
Nguyễn Thái Ngọc Duy 9cd7a92b97 pretty.c: free get_header() return value 13 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
Jeff King 4d03c18a3e pretty: quote rfc822 specials in email addresses 14 years ago
Jeff King 990f6e30eb format-patch: wrap email addresses after long names 14 years ago
Michael J Gruber 1df2d656cc rev-list/log: factor out revision mark generation 14 years ago
Jeff King c22e7de340 format-patch: rfc2047-encode newlines in headers 14 years ago
Jeff King a1f6baa5c9 format-patch: wrap long header lines 14 years ago
Pat Notz 177b29dcab pretty.c: teach format_commit_message() to reencode the output 14 years ago
Pat Notz a6fa59924d commit: helper methods to reduce redundant blocks of code 14 years ago
Michael J Gruber 7b88176e9b pretty: Introduce ' ' modifier to add space if non-empty 15 years ago
Gary V. Vaughan 4b05548fc0 enums: omit trailing comma for portability 15 years ago
Jonathan Nieder 95a2618f60 pretty: initialize new cmt_fmt_map to 0 15 years ago
Will Palmer c197702156 pretty: Respect --abbrev option 15 years ago
Will Palmer 8028184eec pretty: add aliases for pretty formats 15 years ago
Will Palmer 2d7671ef43 pretty: add infrastructure for commit format aliases 15 years ago
Will Palmer 409578912c pretty: make it easier to add new formats 15 years ago
Johannes Gilger 5b16360330 pretty: Initialize notes if %N is used 15 years ago
Eli Barzilay 1367b12ad6 Add `%B' in format strings for raw commit body in `git log' and friends 15 years ago
Thomas Rast 894a9d333e Support showing notes from more than one notes tree 15 years ago
Johan Herland cd30539214 Notes API: Allow multiple concurrent notes trees with new struct notes_tree 15 years ago
Johan Herland a7e7eff662 Notes API: get_commit_notes() -> format_note() + remove the commit restriction 15 years ago
Junio C Hamano 66b2ed09c2 Fix "log" family not to be too agressive about showing notes 15 years ago
Junio C Hamano cc5711424b pretty.c: mark file-local function static 15 years ago
René Scharfe 32ca424912 log --format: don't ignore %w() at the start of format string 15 years ago
René Scharfe 02edd56b84 Implement wrap format %w() as if it is a mode switch 16 years ago
Thomas Rast 8f8f5476cd Introduce new pretty formats %g[sdD] for reflog information 16 years ago
Thomas Rast dd2e794a21 Refactor pretty_print_commit arguments into a struct 16 years ago
Johannes Schindelin 8b208f0213 Add '%N'-format for pretty-printing commit notes 16 years ago
Johan Herland c56fcc89b9 Add flags to get_commit_notes() to control the format of the note string 16 years ago