summaryrefslogtreecommitdiff
path: root/pretty.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-15Merge branch 'maint'Libravatar Junio C Hamano1-13/+11
2008-03-15format-patch: generate MIME header as needed even when there is format.headerLibravatar Junio C Hamano1-13/+11
2008-02-27Merge branch 'jm/free'Libravatar Junio C Hamano1-2/+1
2008-02-27Merge branch 'db/cover-letter'Libravatar Junio C Hamano1-16/+16
2008-02-22Avoid unnecessary "if-before-free" tests.Libravatar Jim Meyering1-2/+1
2008-02-19Export some email and pretty-printing functionsLibravatar Daniel Barkalow1-17/+17
2008-02-09Avoid a useless prefix lookup in strbuf_expand()Libravatar Marco Costalba1-95/+73
2008-01-06custom pretty format: tolerate empty e-mail addressLibravatar Junio C Hamano1-4/+12
2007-12-26Make "--pretty=format" parser a bit more careful.Libravatar René Scharfe1-1/+3
2007-11-11--format=pretty: avoid calculating expensive expansions twiceLibravatar René Scharfe1-0/+32
2007-11-11--pretty=format: parse commit message only onceLibravatar René Scharfe1-42/+82
2007-11-09--pretty=format: on-demand format expansionLibravatar René Scharfe1-123/+153
2007-11-05Split off the pretty print stuff into its own fileLibravatar Johannes Schindelin1-0/+723