Age | Commit message (Expand) | Author | Files | Lines |
2011-05-31 | Merge branch 'jk/format-patch-am' | Junio C Hamano | 1 | -52/+55 |
2011-05-30 | Merge branch 'jc/fmt-req-fix' | Junio C Hamano | 1 | -1/+1 |
2011-05-26 | format-patch: preserve subject newlines with -k | Jeff King | 1 | -1/+2 |
2011-05-26 | clean up calling conventions for pretty.c functions | Jeff King | 1 | -52/+47 |
2011-05-26 | pretty: add pp_commit_easy function for simple callers | Jeff King | 1 | -0/+7 |
2011-05-25 | userformat_find_requirements(): find requirement for the correct format | Junio C Hamano | 1 | -1/+1 |
2011-05-15 | Merge branch 'jk/format-patch-quote-special-in-from' into maint | Junio C Hamano | 1 | -1/+60 |
2011-05-06 | Merge branch 'jk/format-patch-quote-special-in-from' | Junio C Hamano | 1 | -1/+60 |
2011-05-04 | Merge branch 'jk/format-patch-multiline-header' | Junio C Hamano | 1 | -0/+9 |
2011-04-26 | pretty: quote rfc822 specials in email addresses | Jeff King | 1 | -1/+60 |
2011-04-14 | format-patch: wrap email addresses after long names | Jeff King | 1 | -0/+9 |
2011-03-22 | Merge branch 'mg/rev-list-one-side-only' | Junio C Hamano | 1 | -5/+1 |
2011-03-09 | rev-list/log: factor out revision mark generation | Michael J Gruber | 1 | -5/+1 |
2011-02-23 | format-patch: rfc2047-encode newlines in headers | Jeff King | 1 | -2/+2 |
2011-02-23 | format-patch: wrap long header lines | Jeff King | 1 | -8/+24 |
2010-11-04 | pretty.c: teach format_commit_message() to reencode the output | Pat Notz | 1 | -6/+21 |
2010-11-04 | commit: helper methods to reduce redundant blocks of code | Pat Notz | 1 | -7/+2 |
2010-06-22 | Merge branch 'mg/pretty-magic-space' | Junio C Hamano | 1 | -4/+11 |
2010-06-21 | Merge branch 'gv/portable' | Junio C Hamano | 1 | -1/+1 |
2010-06-16 | pretty: Introduce ' ' modifier to add space if non-empty | Michael J Gruber | 1 | -3/+10 |
2010-06-13 | Merge branch 'wp/pretty-enhancement' | Junio C Hamano | 1 | -23/+131 |
2010-05-31 | enums: omit trailing comma for portability | Gary V. Vaughan | 1 | -1/+1 |
2010-05-21 | Merge branch 'jn/shortlog' | Junio C Hamano | 1 | -3/+4 |
2010-05-08 | Merge branch 'eb/unpretty-b-format' | Junio C Hamano | 1 | -0/+4 |
2010-05-08 | pretty: initialize new cmt_fmt_map to 0 | Jonathan Nieder | 1 | -0/+1 |
2010-05-04 | pretty: Respect --abbrev option | Will Palmer | 1 | -3/+4 |
2010-05-03 | pretty: add aliases for pretty formats | Will Palmer | 1 | -2/+55 |
2010-05-03 | pretty: add infrastructure for commit format aliases | Will Palmer | 1 | -3/+24 |
2010-05-03 | pretty: make it easier to add new formats | Will Palmer | 1 | -24/+57 |
2010-04-13 | pretty: Initialize notes if %N is used | Johannes Gilger | 1 | -4/+36 |
2010-04-05 | Add `%B' in format strings for raw commit body in `git log' and friends | Eli Barzilay | 1 | -0/+4 |
2010-03-12 | Support showing notes from more than one notes tree | Thomas Rast | 1 | -3/+3 |
2010-02-13 | Notes API: Allow multiple concurrent notes trees with new struct notes_tree | Johan Herland | 1 | -3/+4 |
2010-02-13 | Notes API: get_commit_notes() -> format_note() + remove the commit restriction | Johan Herland | 1 | -4/+4 |
2010-01-22 | Merge branch 'jc/maint-limit-note-output' | Junio C Hamano | 1 | -1/+1 |
2010-01-20 | Fix "log" family not to be too agressive about showing notes | Junio C Hamano | 1 | -1/+1 |
2010-01-11 | pretty.c: mark file-local function static | Junio C Hamano | 1 | -1/+1 |
2009-11-30 | Merge branch 'jc/pretty-lf' | Junio C Hamano | 1 | -2/+40 |
2009-11-20 | Merge branch 'jh/notes' (early part) | Junio C Hamano | 1 | -0/+10 |
2009-11-15 | Merge branch 'rs/pretty-wrap' | Junio C Hamano | 1 | -0/+57 |
2009-11-08 | log --format: don't ignore %w() at the start of format string | René Scharfe | 1 | -1/+1 |
2009-10-30 | fixup tr/stash-format merge | Junio C Hamano | 1 | -13/+31 |
2009-10-22 | Implement wrap format %w() as if it is a mode switch | René Scharfe | 1 | -0/+57 |
2009-10-19 | Introduce new pretty formats %g[sdD] for reflog information | Thomas Rast | 1 | -0/+17 |
2009-10-19 | Refactor pretty_print_commit arguments into a struct | Thomas Rast | 1 | -13/+14 |
2009-10-19 | Add '%N'-format for pretty-printing commit notes | Johannes Schindelin | 1 | -0/+4 |
2009-10-19 | Add flags to get_commit_notes() to control the format of the note string | Johan Herland | 1 | -1/+2 |
2009-10-19 | Introduce commit notes | Johannes Schindelin | 1 | -0/+5 |
2009-10-19 | format_commit_message(): fix function signature | Junio C Hamano | 1 | -1/+1 |
2009-10-04 | Pretty-format: %[+-]x to tweak inter-item newlines | Junio C Hamano | 1 | -2/+40 |