summaryrefslogtreecommitdiff
path: root/pretty.c
AgeCommit message (Expand)Author
2010-11-04pretty.c: teach format_commit_message() to reencode the outputPat Notz
2010-11-04commit: helper methods to reduce redundant blocks of codePat Notz
2010-06-22Merge branch 'mg/pretty-magic-space'Junio C Hamano
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-06-16pretty: Introduce ' ' modifier to add space if non-emptyMichael J Gruber
2010-06-13Merge branch 'wp/pretty-enhancement'Junio C Hamano
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan
2010-05-21Merge branch 'jn/shortlog'Junio C Hamano
2010-05-09Merge branch 'eb/unpretty-b-format'Junio C Hamano
2010-05-08pretty: initialize new cmt_fmt_map to 0Jonathan Nieder
2010-05-04pretty: Respect --abbrev optionWill Palmer
2010-05-03pretty: add aliases for pretty formatsWill Palmer
2010-05-03pretty: add infrastructure for commit format aliasesWill Palmer
2010-05-03pretty: make it easier to add new formatsWill Palmer
2010-04-14pretty: Initialize notes if %N is usedJohannes Gilger
2010-04-06Add `%B' in format strings for raw commit body in `git log' and friendsEli Barzilay
2010-03-13Support showing notes from more than one notes treeThomas Rast
2010-02-14Notes API: Allow multiple concurrent notes trees with new struct notes_treeJohan Herland
2010-02-14Notes API: get_commit_notes() -> format_note() + remove the commit restrictionJohan Herland
2010-01-23Merge branch 'jc/maint-limit-note-output'Junio C Hamano
2010-01-21Fix "log" family not to be too agressive about showing notesJunio C Hamano
2010-01-12pretty.c: mark file-local function staticJunio C Hamano
2009-11-30Merge branch 'jc/pretty-lf'Junio C Hamano
2009-11-21Merge branch 'jh/notes' (early part)Junio C Hamano
2009-11-16Merge branch 'rs/pretty-wrap'Junio C Hamano
2009-11-09log --format: don't ignore %w() at the start of format stringRené Scharfe
2009-10-31fixup tr/stash-format mergeJunio C Hamano
2009-10-23Implement wrap format %w() as if it is a mode switchRené Scharfe
2009-10-20Introduce new pretty formats %g[sdD] for reflog informationThomas Rast
2009-10-20Refactor pretty_print_commit arguments into a structThomas Rast
2009-10-20Add '%N'-format for pretty-printing commit notesJohannes Schindelin
2009-10-20Add flags to get_commit_notes() to control the format of the note stringJohan Herland
2009-10-20Introduce commit notesJohannes Schindelin
2009-10-19format_commit_message(): fix function signatureJunio C Hamano
2009-10-05Pretty-format: %[+-]x to tweak inter-item newlinesJunio C Hamano
2009-08-18git-log: allow --decorate[=short|full]Lars Hjemli
2009-08-10Expose the has_non_ascii() functionJohannes Schindelin
2009-05-19Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibilityBrandon Casey
2009-04-01format_sanitized_subject: Don't trim past initial length of strbufStephen Boyd
2009-03-23pretty.c: add %f format specifier to format_commit_message()Stephen Boyd
2009-03-14Remove unused assignmentsBenjamin Kramer
2009-03-08Merge branch 'maint'Junio C Hamano
2009-03-07cleanup: add isascii()René Scharfe
2009-03-05Merge branch 'ns/pretty-format'Junio C Hamano
2009-03-05Merge branch 'al/ansi-color'Junio C Hamano
2009-02-25Give short-hands to --pretty=tformat:%formatstringNanako Shiraishi
2009-02-15Merge branch 'ms/mailmap'Junio C Hamano
2009-02-14Clean up use of ANSI color sequencesArjen Laarhoven
2009-02-14log: do not print ellipses with --abbrev-commitThomas Rast
2009-02-11Revert "Merge branch 'js/notes'"Junio C Hamano