summaryrefslogtreecommitdiff
path: root/pretty.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-22Merge branch 'mg/pretty-magic-space'Libravatar Junio C Hamano1-4/+11
2010-06-21Merge branch 'gv/portable'Libravatar Junio C Hamano1-1/+1
2010-06-16pretty: Introduce ' ' modifier to add space if non-emptyLibravatar Michael J Gruber1-3/+10
2010-06-13Merge branch 'wp/pretty-enhancement'Libravatar Junio C Hamano1-23/+131
2010-05-31enums: omit trailing comma for portabilityLibravatar Gary V. Vaughan1-1/+1
2010-05-21Merge branch 'jn/shortlog'Libravatar Junio C Hamano1-3/+4
2010-05-08Merge branch 'eb/unpretty-b-format'Libravatar Junio C Hamano1-0/+4
2010-05-08pretty: initialize new cmt_fmt_map to 0Libravatar Jonathan Nieder1-0/+1
2010-05-04pretty: Respect --abbrev optionLibravatar Will Palmer1-3/+4
2010-05-03pretty: add aliases for pretty formatsLibravatar Will Palmer1-2/+55
2010-05-03pretty: add infrastructure for commit format aliasesLibravatar Will Palmer1-3/+24
2010-05-03pretty: make it easier to add new formatsLibravatar Will Palmer1-24/+57
2010-04-13pretty: Initialize notes if %N is usedLibravatar Johannes Gilger1-4/+36
2010-04-05Add `%B' in format strings for raw commit body in `git log' and friendsLibravatar Eli Barzilay1-0/+4
2010-03-12Support showing notes from more than one notes treeLibravatar Thomas Rast1-3/+3
2010-02-13Notes API: Allow multiple concurrent notes trees with new struct notes_treeLibravatar Johan Herland1-3/+4
2010-02-13Notes API: get_commit_notes() -> format_note() + remove the commit restrictionLibravatar Johan Herland1-4/+4
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