| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'mg/rev-list-one-side-only' | Junio C Hamano | 2011-03-22 | 1 | -5/+1 |
|\ |
|
| * | rev-list/log: factor out revision mark generation | Michael J Gruber | 2011-03-09 | 1 | -5/+1 |
* | | format-patch: rfc2047-encode newlines in headers | Jeff King | 2011-02-23 | 1 | -2/+2 |
* | | format-patch: wrap long header lines | Jeff King | 2011-02-23 | 1 | -8/+24 |
|/ |
|
* | pretty.c: teach format_commit_message() to reencode the output | Pat Notz | 2010-11-04 | 1 | -6/+21 |
* | commit: helper methods to reduce redundant blocks of code | Pat Notz | 2010-11-04 | 1 | -7/+2 |
* | Merge branch 'mg/pretty-magic-space' | Junio C Hamano | 2010-06-22 | 1 | -4/+11 |
|\ |
|
| * | pretty: Introduce ' ' modifier to add space if non-empty | Michael J Gruber | 2010-06-16 | 1 | -3/+10 |
* | | Merge branch 'gv/portable' | Junio C Hamano | 2010-06-21 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | enums: omit trailing comma for portability | Gary V. Vaughan | 2010-05-31 | 1 | -1/+1 |
* | | Merge branch 'wp/pretty-enhancement' | Junio C Hamano | 2010-06-13 | 1 | -23/+131 |
|\ \ |
|
| * | | pretty: initialize new cmt_fmt_map to 0 | Jonathan Nieder | 2010-05-08 | 1 | -0/+1 |
| * | | pretty: add aliases for pretty formats | Will Palmer | 2010-05-03 | 1 | -2/+55 |
| * | | pretty: add infrastructure for commit format aliases | Will Palmer | 2010-05-03 | 1 | -3/+24 |
| * | | pretty: make it easier to add new formats | Will Palmer | 2010-05-03 | 1 | -24/+57 |
| |/ |
|
* | | Merge branch 'jn/shortlog' | Junio C Hamano | 2010-05-21 | 1 | -3/+4 |
|\ \ |
|
| * | | pretty: Respect --abbrev option | Will Palmer | 2010-05-04 | 1 | -3/+4 |
* | | | Merge branch 'eb/unpretty-b-format' | Junio C Hamano | 2010-05-08 | 1 | -0/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add `%B' in format strings for raw commit body in `git log' and friends | Eli Barzilay | 2010-04-05 | 1 | -0/+4 |
* | | | pretty: Initialize notes if %N is used | Johannes Gilger | 2010-04-13 | 1 | -4/+36 |
|/ / |
|
* | | Support showing notes from more than one notes tree | Thomas Rast | 2010-03-12 | 1 | -3/+3 |
* | | Notes API: Allow multiple concurrent notes trees with new struct notes_tree | Johan Herland | 2010-02-13 | 1 | -3/+4 |
* | | Notes API: get_commit_notes() -> format_note() + remove the commit restriction | Johan Herland | 2010-02-13 | 1 | -4/+4 |
|/ |
|
* | Merge branch 'jc/maint-limit-note-output' | Junio C Hamano | 2010-01-22 | 1 | -1/+1 |
|\ |
|
| * | Fix "log" family not to be too agressive about showing notes | Junio C Hamano | 2010-01-20 | 1 | -1/+1 |
* | | pretty.c: mark file-local function static | Junio C Hamano | 2010-01-11 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'jc/pretty-lf' | Junio C Hamano | 2009-11-30 | 1 | -2/+40 |
|\ |
|
| * | Pretty-format: %[+-]x to tweak inter-item newlines | Junio C Hamano | 2009-10-04 | 1 | -2/+40 |
* | | Merge branch 'jh/notes' (early part) | Junio C Hamano | 2009-11-20 | 1 | -0/+10 |
|\ \ |
|
| * | | Add '%N'-format for pretty-printing commit notes | Johannes Schindelin | 2009-10-19 | 1 | -0/+4 |
| * | | Add flags to get_commit_notes() to control the format of the note string | Johan Herland | 2009-10-19 | 1 | -1/+2 |
| * | | Introduce commit notes | Johannes Schindelin | 2009-10-19 | 1 | -0/+5 |
| |/ |
|
* | | Merge branch 'rs/pretty-wrap' | Junio C Hamano | 2009-11-15 | 1 | -0/+57 |
|\ \ |
|
| * | | log --format: don't ignore %w() at the start of format string | René Scharfe | 2009-11-08 | 1 | -1/+1 |
| * | | Implement wrap format %w() as if it is a mode switch | René Scharfe | 2009-10-22 | 1 | -0/+57 |
* | | | fixup tr/stash-format merge | Junio C Hamano | 2009-10-30 | 1 | -13/+31 |
|\ \ \
| |/ /
|/| | |
|
| * | | Introduce new pretty formats %g[sdD] for reflog information | Thomas Rast | 2009-10-19 | 1 | -0/+17 |
| * | | Refactor pretty_print_commit arguments into a struct | Thomas Rast | 2009-10-19 | 1 | -13/+14 |
| |/ |
|
* | | format_commit_message(): fix function signature | Junio C Hamano | 2009-10-19 | 1 | -1/+1 |
|/ |
|
* | git-log: allow --decorate[=short|full] | Lars Hjemli | 2009-08-18 | 1 | -1/+1 |
* | Expose the has_non_ascii() function | Johannes Schindelin | 2009-08-10 | 1 | -0/+12 |
* | Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibility | Brandon Casey | 2009-05-18 | 1 | -2/+2 |
* | format_sanitized_subject: Don't trim past initial length of strbuf | Stephen Boyd | 2009-04-01 | 1 | -2/+4 |
* | pretty.c: add %f format specifier to format_commit_message() | Stephen Boyd | 2009-03-22 | 1 | -0/+35 |
* | Remove unused assignments | Benjamin Kramer | 2009-03-14 | 1 | -3/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2009-03-07 | 1 | -2/+1 |
|\ |
|
| * | cleanup: add isascii() | René Scharfe | 2009-03-07 | 1 | -2/+1 |
* | | Merge branch 'ns/pretty-format' | Junio C Hamano | 2009-03-05 | 1 | -6/+14 |
|\ \ |
|
| * | | Give short-hands to --pretty=tformat:%formatstring | Nanako Shiraishi | 2009-02-24 | 1 | -6/+14 |
| |/ |
|
* | | Merge branch 'al/ansi-color' | Junio C Hamano | 2009-03-05 | 1 | -4/+4 |
|\ \
| |/
|/| |
|