80 Commits (bdab6a59cf078a3cf50d36afa439814f7eb96f3e)

Author SHA1 Message Date
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 15 years ago
Thomas Rast 8f8f5476cd Introduce new pretty formats %g[sdD] for reflog information 15 years ago
Thomas Rast dd2e794a21 Refactor pretty_print_commit arguments into a struct 15 years ago
Johannes Schindelin 8b208f0213 Add '%N'-format for pretty-printing commit notes 15 years ago
Johan Herland c56fcc89b9 Add flags to get_commit_notes() to control the format of the note string 15 years ago
Johannes Schindelin a97a74686d Introduce commit notes 15 years ago
Junio C Hamano 7f98ebc8fd format_commit_message(): fix function signature 15 years ago
Junio C Hamano 9fa708dab1 Pretty-format: %[+-]x to tweak inter-item newlines 15 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
René Scharfe c2e9364a06 cleanup: add isascii() 16 years ago
Nanako Shiraishi 36407548a2 Give short-hands to --pretty=tformat:%formatstring 16 years ago
Arjen Laarhoven dc6ebd4cc5 Clean up use of ANSI color sequences 16 years ago
Thomas Rast 7fcda9201e log: do not print ellipses with --abbrev-commit 16 years ago
Junio C Hamano 954cfb5cfd Revert "Merge branch 'js/notes'" 16 years ago
Marius Storm-Olsen d20d654fe8 Change current mailmap usage to do matching on both name and email of author/committer. 16 years ago
Marius Storm-Olsen d551a48816 Add mailmap.file as configurational option for mailmap location 16 years ago
Jeff King c002922adc expand --pretty=format color options 16 years ago
René Scharfe cec08717cc shortlog: handle multi-line subjects like log --pretty=oneline et. al. do 16 years ago
René Scharfe f53bd743ff pretty: support multiline subjects with format: 16 years ago
René Scharfe 88c44735ab pretty: factor out format_subject() 16 years ago
René Scharfe a010966844 pretty: factor out skip_empty_lines() 16 years ago
Johannes Schindelin 879ef2485d Introduce commit notes 16 years ago
Alexander Gavrilov 69cd8f6342 builtin-blame: Reencode commit messages according to git-log rules. 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
René Scharfe 3b3d443feb add '%d' pretty format specifier to show decoration 17 years ago
Jeff King d36f8679e9 pretty=format: respect date format options 17 years ago
Johannes Schindelin c455c87c5c Rename path_list to string_list 17 years ago
Johannes Schindelin e0cbc39768 Add pretty format %aN which gives the author name, respecting .mailmap 17 years ago
Junio C Hamano 48ded91674 log --pretty: do not accept bogus "--prettyshort" 17 years ago