| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'maint' | Junio C Hamano | 2008-03-15 | 1 | -2/+4 |
|\ |
|
* | | log/show/whatchanged: introduce format.pretty configuration | Denis Cheng | 2008-03-05 | 1 | -0/+5 |
* | | format-patch: wrap cover-letter's shortlog sensibly | Johannes Schindelin | 2008-03-02 | 1 | -0/+4 |
* | | format-patch: use the diff options for the cover letter, too | Johannes Schindelin | 2008-03-02 | 1 | -2/+2 |
* | | Use diff_tree() directly in making cover letter | Daniel Barkalow | 2008-02-29 | 1 | -14/+11 |
* | | format-patch: remove a leftover debugging message | Junio C Hamano | 2008-02-27 | 1 | -1/+0 |
* | | Merge branch 'db/cover-letter' | Junio C Hamano | 2008-02-27 | 1 | -83/+259 |
|\ \ |
|
| * | | Improve collection of information for format-patch --cover-letter | Daniel Barkalow | 2008-02-25 | 1 | -24/+28 |
| * | | Support a --cc=<email> option in format-patch | Daniel Barkalow | 2008-02-19 | 1 | -0/+4 |
| * | | Combine To: and Cc: headers | Daniel Barkalow | 2008-02-19 | 1 | -14/+64 |
| * | | Fix format.headers not ending with a newline | Daniel Barkalow | 2008-02-19 | 1 | -2/+6 |
| * | | Add a --cover-letter option to format-patch | Daniel Barkalow | 2008-02-19 | 1 | -58/+174 |
| * | | Improve message-id generation flow control for format-patch | Daniel Barkalow | 2008-02-19 | 1 | -15/+14 |
| |/ |
|
* | | Merge branch 'mk/color' | Junio C Hamano | 2008-02-20 | 1 | -0/+17 |
|\ \ |
|
| * | | Add color.ui variable which globally enables colorization if set | Matthias Kestenholz | 2008-02-18 | 1 | -0/+17 |
| |/ |
|
* | | check return code of prepare_revision_walk | Martin Koegler | 2008-02-17 | 1 | -4/+8 |
|/ |
|
* | builtin-log.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 | 1 | -3/+2 |
* | builtin-log.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 | 1 | -1/+1 |
* | git show <tag>: show the tagger | Johannes Schindelin | 2007-12-19 | 1 | -7/+31 |
* | Merge branch 'jc/shortlog-e' | Junio C Hamano | 2007-12-12 | 1 | -4/+1 |
|\ |
|
| * | shortlog: default to HEAD when the standard input is a tty | Junio C Hamano | 2007-12-11 | 1 | -4/+1 |
* | | Re-fix "builtin-commit: fix --signoff" | Junio C Hamano | 2007-12-09 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'lt/rev-list-interactive' | Junio C Hamano | 2007-11-18 | 1 | -0/+123 |
|\ |
|
| * | Fix parent rewriting in --early-output | Linus Torvalds | 2007-11-14 | 1 | -1/+1 |
| * | revision walker: mini clean-up | Linus Torvalds | 2007-11-05 | 1 | -8/+2 |
| * | Enhance --early-output format | Linus Torvalds | 2007-11-05 | 1 | -13/+75 |
| * | Add "--early-output" log flag for interactive GUI use | Linus Torvalds | 2007-11-04 | 1 | -0/+67 |
* | | Merge branch 'ph/diffopts' | Junio C Hamano | 2007-11-18 | 1 | -14/+10 |
|\ \ |
|
| * | | Make the diff_options bitfields be an unsigned with explicit masks. | Pierre Habouzit | 2007-11-11 | 1 | -14/+10 |
| |/ |
|
* | | format-patch: Add configuration and off switch for --numbered | Brian Gernhardt | 2007-11-04 | 1 | -1/+18 |
|/ |
|
* | format-patch -s: add MIME encoding header if signer's name requires so | Junio C Hamano | 2007-11-01 | 1 | -1/+1 |
* | Use xmemdupz() in many places. | Pierre Habouzit | 2007-09-18 | 1 | -10/+2 |
* | Merge branch 'master' into ph/strbuf | Junio C Hamano | 2007-09-18 | 1 | -1/+30 |
|\ |
|
| * | git-format-patch --in-reply-to: accept <message@id> with angle brackets | Junio C Hamano | 2007-09-14 | 1 | -1/+30 |
* | | Rework pretty_print_commit to use strbufs instead of custom buffers. | Pierre Habouzit | 2007-09-10 | 1 | -6/+6 |
|/ |
|
* | "format-patch --root rev" is the way to show everything. | Junio C Hamano | 2007-08-28 | 1 | -3/+10 |
* | Porcelain level "log" family should recurse when diffing. | Junio C Hamano | 2007-08-28 | 1 | -2/+1 |
* | Handle format.subjectprefix for every command which accepts --pretty | Alex Riesen | 2007-07-04 | 1 | -7/+8 |
* | format-patch: Add format.subjectprefix config option | Adam Roben | 2007-07-02 | 1 | -0/+9 |
* | git-log: detect dup and fdopen failure | Jim Meyering | 2007-06-27 | 1 | -1/+1 |
* | Finally implement "git log --follow" | Linus Torvalds | 2007-06-22 | 1 | -0/+5 |
* | Lift 16kB limit of log message output | Junio C Hamano | 2007-06-13 | 1 | -2/+4 |
* | cmd_log_init: remove parsing of --encoding command line parameter | Jeff King | 2007-06-09 | 1 | -7/+1 |
* | Add the --numbered-files option to git-format-patch. | Jon Loeliger | 2007-06-06 | 1 | -41/+56 |
* | Merge branch 'maint' | Junio C Hamano | 2007-05-14 | 1 | -1/+1 |
|\ |
|
| * | builtin-log.c: Fix typo in comment | Frank Lichtenheld | 2007-05-14 | 1 | -1/+1 |
* | | Add support for "commit name decorations" to log family of commands | Linus Torvalds | 2007-04-16 | 1 | -2/+32 |
* | | Merge branch 'jc/cherry' | Junio C Hamano | 2007-04-12 | 1 | -31/+13 |
|\ \ |
|
| * | | Refactor patch-id filtering out of git-cherry and git-format-patch. | Junio C Hamano | 2007-04-11 | 1 | -31/+13 |
* | | | Fix git {log,show,...} --pretty=email | Junio C Hamano | 2007-04-12 | 1 | -1/+0 |
|/ / |
|