summaryrefslogtreecommitdiff
path: root/pretty.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-22Merge branch 'jc/maint-limit-note-output'Libravatar Junio C Hamano1-1/+1
2010-01-20Fix "log" family not to be too agressive about showing notesLibravatar Junio C Hamano1-1/+1
2010-01-11pretty.c: mark file-local function staticLibravatar Junio C Hamano1-1/+1
2009-11-30Merge branch 'jc/pretty-lf'Libravatar Junio C Hamano1-2/+40
2009-11-20Merge branch 'jh/notes' (early part)Libravatar Junio C Hamano1-0/+10
2009-11-15Merge branch 'rs/pretty-wrap'Libravatar Junio C Hamano1-0/+57
2009-11-08log --format: don't ignore %w() at the start of format stringLibravatar René Scharfe1-1/+1
2009-10-30fixup tr/stash-format mergeLibravatar Junio C Hamano1-13/+31
2009-10-22Implement wrap format %w() as if it is a mode switchLibravatar René Scharfe1-0/+57
2009-10-19Introduce new pretty formats %g[sdD] for reflog informationLibravatar Thomas Rast1-0/+17
2009-10-19Refactor pretty_print_commit arguments into a structLibravatar Thomas Rast1-13/+14
2009-10-19Add '%N'-format for pretty-printing commit notesLibravatar Johannes Schindelin1-0/+4
2009-10-19Add flags to get_commit_notes() to control the format of the note stringLibravatar Johan Herland1-1/+2
2009-10-19Introduce commit notesLibravatar Johannes Schindelin1-0/+5
2009-10-19format_commit_message(): fix function signatureLibravatar Junio C Hamano1-1/+1
2009-10-04Pretty-format: %[+-]x to tweak inter-item newlinesLibravatar Junio C Hamano1-2/+40
2009-08-18git-log: allow --decorate[=short|full]Libravatar Lars Hjemli1-1/+1
2009-08-10Expose the has_non_ascii() functionLibravatar Johannes Schindelin1-0/+12
2009-05-18Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibilityLibravatar Brandon Casey1-2/+2
2009-04-01format_sanitized_subject: Don't trim past initial length of strbufLibravatar Stephen Boyd1-2/+4
2009-03-22pretty.c: add %f format specifier to format_commit_message()Libravatar Stephen Boyd1-0/+35
2009-03-14Remove unused assignmentsLibravatar Benjamin Kramer1-3/+1
2009-03-07Merge branch 'maint'Libravatar Junio C Hamano1-2/+1
2009-03-07cleanup: add isascii()Libravatar René Scharfe1-2/+1
2009-03-05Merge branch 'ns/pretty-format'Libravatar Junio C Hamano1-6/+14
2009-03-05Merge branch 'al/ansi-color'Libravatar Junio C Hamano1-4/+4
2009-02-24Give short-hands to --pretty=tformat:%formatstringLibravatar Nanako Shiraishi1-6/+14
2009-02-15Merge branch 'ms/mailmap'Libravatar Junio C Hamano1-28/+31
2009-02-13Clean up use of ANSI color sequencesLibravatar Arjen Laarhoven1-4/+4
2009-02-13log: do not print ellipses with --abbrev-commitLibravatar Thomas Rast1-3/+1
2009-02-10Revert "Merge branch 'js/notes'"Libravatar Junio C Hamano1-5/+0
2009-02-08Change current mailmap usage to do matching on both name and email of author/...Libravatar Marius Storm-Olsen1-27/+30
2009-02-08Add mailmap.file as configurational option for mailmap locationLibravatar Marius Storm-Olsen1-1/+1
2009-02-05Merge branch 'js/notes'Libravatar Junio C Hamano1-0/+5
2009-01-21Merge branch 'jk/color-parse'Libravatar Junio C Hamano1-0/+12
2009-01-17expand --pretty=format color optionsLibravatar Jeff King1-0/+12
2009-01-06shortlog: handle multi-line subjects like log --pretty=oneline et. al. doLibravatar René Scharfe1-2/+2
2008-12-27pretty: support multiline subjects with format:Libravatar René Scharfe1-19/+34
2008-12-27pretty: factor out format_subject()Libravatar René Scharfe1-18/+24
2008-12-27pretty: factor out skip_empty_lines()Libravatar René Scharfe1-9/+15
2008-12-21Introduce commit notesLibravatar Johannes Schindelin1-0/+5
2008-10-21builtin-blame: Reencode commit messages according to git-log rules.Libravatar Alexander Gavrilov1-6/+15
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerLibravatar Brandon Casey1-2/+1
2008-09-04add '%d' pretty format specifier to show decorationLibravatar René Scharfe1-0/+21
2008-08-29pretty=format: respect date format optionsLibravatar Jeff King1-6/+11
2008-07-21Rename path_list to string_listLibravatar Johannes Schindelin1-2/+2
2008-07-11Add pretty format %aN which gives the author name, respecting .mailmapLibravatar Johannes Schindelin1-2/+25
2008-05-25log --pretty: do not accept bogus "--prettyshort"Libravatar Junio C Hamano1-2/+0
2008-04-10log: teach "terminator" vs "separator" mode to "--pretty=format"Libravatar Junio C Hamano1-24/+33
2008-03-23pretty.c: add %x00 format specifier.Libravatar Govind Salinas1-0/+11