| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | format-patch: fix rfc2047 address encoding with respect to rfc822 specials | Jan H. Schönherr | 2012-10-18 | 1 | -17/+32 |
* | | format-patch: make rfc2047 encoding more strict | Jan H. Schönherr | 2012-10-18 | 1 | -8/+59 |
* | | format-patch: introduce helper function last_line_length() | Jan H. Schönherr | 2012-10-18 | 1 | -12/+13 |
* | | format-patch: do not wrap rfc2047 encoded headers too late | Jan H. Schönherr | 2012-10-18 | 1 | -10/+16 |
* | | format-patch: do not wrap non-rfc2047 headers too early | Jan H. Schönherr | 2012-10-18 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'jk/format-person-part-buffer-limit' | Junio C Hamano | 2012-05-25 | 1 | -2/+4 |
|\ |
|
| * | pretty: avoid buffer overflow in format_person_part | Jeff King | 2012-05-22 | 1 | -2/+4 |
* | | Merge branch 'jk/pretty-commit-header-incomplete-line' | Junio C Hamano | 2012-05-25 | 1 | -1/+4 |
|\ \ |
|
| * | | avoid segfault when reading header of malformed commits | Jeff King | 2012-05-22 | 1 | -1/+4 |
* | | | Merge branch 'jk/maint-reflog-walk-count-vs-time' | Junio C Hamano | 2012-05-11 | 1 | -0/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | reflog-walk: tell explicit --date=default from not having --date at all | Junio C Hamano | 2012-05-07 | 1 | -3/+2 |
| * | | log: respect date_mode_explicit with --format:%gd | Jeff King | 2012-05-04 | 1 | -1/+3 |
* | | | ident.c: add split_ident_line() to parse formatted ident line | Junio C Hamano | 2012-03-11 | 1 | -44/+20 |
| |/
|/| |
|
* | | Merge branch 'jc/show-sig' | Junio C Hamano | 2012-01-06 | 1 | -0/+86 |
|\ \ |
|
| * | | pretty: %G[?GS] placeholders | Junio C Hamano | 2011-11-12 | 1 | -0/+86 |
| |/ |
|
* | | pretty: give placeholders to reflog identityjk/pretty-reglog-ent | Jeff King | 2011-12-16 | 1 | -0/+25 |
* | | Merge branch 'nd/pretty-commit-log-message' | Junio C Hamano | 2011-11-01 | 1 | -4/+6 |
|\ \
| |/
|/| |
|
| * | pretty.c: use original commit message if reencoding failsnd/pretty-commit-log-message | Nguyễn Thái Ngọc Duy | 2011-10-23 | 1 | -1/+4 |
| * | pretty.c: free get_header() return value | Nguyễn Thái Ngọc Duy | 2011-10-23 | 1 | -4/+3 |
* | | Merge branch 'jk/format-patch-am' | Junio C Hamano | 2011-05-31 | 1 | -52/+55 |
|\ \ |
|
| * | | format-patch: preserve subject newlines with -k | Jeff King | 2011-05-26 | 1 | -1/+2 |
| * | | clean up calling conventions for pretty.c functions | Jeff King | 2011-05-26 | 1 | -52/+47 |
| * | | pretty: add pp_commit_easy function for simple callers | Jeff King | 2011-05-26 | 1 | -0/+7 |
* | | | Merge branch 'jc/fmt-req-fix' | Junio C Hamano | 2011-05-30 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | userformat_find_requirements(): find requirement for the correct format | Junio C Hamano | 2011-05-25 | 1 | -1/+1 |
| * | | | Merge branch 'jk/format-patch-quote-special-in-from' into maint | Junio C Hamano | 2011-05-15 | 1 | -1/+60 |
| |\ \ \ |
|
* | \ \ \ | Merge branch 'jk/format-patch-quote-special-in-from' | Junio C Hamano | 2011-05-06 | 1 | -1/+60 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | pretty: quote rfc822 specials in email addresses | Jeff King | 2011-04-26 | 1 | -1/+60 |
* | | | | | Merge branch 'jk/format-patch-multiline-header' | Junio C Hamano | 2011-05-04 | 1 | -0/+9 |
|\ \ \ \ \
| |_|/ / /
|/| | / /
| | |/ /
| |/| | |
|
| * | | | format-patch: wrap email addresses after long names | Jeff King | 2011-04-14 | 1 | -0/+9 |
| |/ / |
|
* | | | 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 |
|/ / |
|