65 Commits (2bb76e139e3ab503992d227103f2bbb806b1f04b)

Author SHA1 Message Date
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
Junio C Hamano 4da45bef56 log: teach "terminator" vs "separator" mode to "--pretty=format" 17 years ago
Govind Salinas 42c8c74c14 pretty.c: add %x00 format specifier. 17 years ago
Junio C Hamano 6bf4f1b4c9 format-patch: generate MIME header as needed even when there is format.header 17 years ago
Jim Meyering 8e0f70033b Avoid unnecessary "if-before-free" tests. 17 years ago
Daniel Barkalow b02bd65f67 Export some email and pretty-printing functions 17 years ago
Marco Costalba c3a670de50 Avoid a useless prefix lookup in strbuf_expand() 17 years ago
Junio C Hamano f7ab5c7937 custom pretty format: tolerate empty e-mail address 17 years ago
René Scharfe 7ed0988adc Make "--pretty=format" parser a bit more careful. 17 years ago
René Scharfe b9c6232138 --format=pretty: avoid calculating expensive expansions twice 17 years ago
René Scharfe f29d59586c --pretty=format: parse commit message only once 17 years ago