111 Commits (03adeeaad6c039aadda074de9509f4d845739d55)

Author SHA1 Message Date
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
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 15 years ago
Pat Notz a6fa59924d commit: helper methods to reduce redundant blocks of code 15 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 16 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
Johannes Schindelin a97a74686d Introduce commit notes 16 years ago
Junio C Hamano 7f98ebc8fd format_commit_message(): fix function signature 16 years ago
Junio C Hamano 9fa708dab1 Pretty-format: %[+-]x to tweak inter-item newlines 16 years ago
Lars Hjemli d8526a4c3b git-log: allow --decorate[=short|full] 16 years ago
Lars Hjemli 33e7018c45 git-log: allow --decorate[=short|full] 16 years ago
Johannes Schindelin 28e9cf6512 Expose the has_non_ascii() function 16 years ago
Brandon Casey 330db18c02 Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibility 16 years ago
Stephen Boyd 871d21d42e format_sanitized_subject: Don't trim past initial length of strbuf 16 years ago
Stephen Boyd 46d164b0cd pretty.c: add %f format specifier to format_commit_message() 16 years ago
Benjamin Kramer 8e76bf3fc9 Remove unused assignments 16 years ago