47 Commits (e5f591720caea0c6645fa9852903a1c43d7c3672)

Author SHA1 Message Date
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
René Scharfe cde75e59e1 --pretty=format: on-demand format expansion 17 years ago
Johannes Schindelin 93fc05eb9e Split off the pretty print stuff into its own file 17 years ago
Linus Torvalds 23c17d4a4a Simplify topo-sort logic 17 years ago
Junio C Hamano 4593fb8405 format-patch -s: add MIME encoding header if signer's name requires so 17 years ago
Johannes Schindelin 60fcc2e6ce clear_commit_marks(): avoid deep recursion 17 years ago
Pierre Habouzit b315c5c081 strbuf change: be sure ->buf is never ever NULL. 17 years ago
Michal Vitecek 55246aac67 Don't use "<unknown>" for placeholders and suppress printing of empty user formats. 18 years ago
Pierre Habouzit c76689df6c strbuf API additions and enhancements. 18 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 18 years ago
Pierre Habouzit 8b6087fb25 Remove preemptive allocations. 18 years ago
Pierre Habouzit a08f23ab3e Refactor replace_encoding_header. 18 years ago
Pierre Habouzit 674d172730 Rework pretty_print_commit to use strbufs instead of custom buffers. 18 years ago
Pierre Habouzit 4acfd1b799 Change semantics of interpolate to work like snprintf. 18 years ago