| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'maint' | Junio C Hamano | 2008-09-19 | 1 | -1/+1 |
|\ |
|
| * | Typo "bogos" in format-patch error message. | Mikael Magnusson | 2008-09-19 | 1 | -1/+1 |
* | | move load_ref_decorations() to log-tree.c and export it | René Scharfe | 2008-09-04 | 1 | -35/+0 |
* | | log: add load_ref_decorations() | René Scharfe | 2008-09-04 | 1 | -2/+10 |
* | | format-patch: use default diff format even with patch options | Jeff King | 2008-08-26 | 1 | -1/+2 |
* | | Merge branch 'pm/log-exit-code' | Junio C Hamano | 2008-08-20 | 1 | -1/+10 |
|\ \
| |/
|/| |
|
| * | Teach git log --exit-code to return an appropriate exit code | Peter Valdemar Mørch | 2008-08-17 | 1 | -4/+4 |
| * | Teach git log --check to return an appropriate exit code | Peter Valdemar Mørch | 2008-08-17 | 1 | -0/+9 |
* | | git format-patch: avoid underrun when format.headers is empty or all NLs | Jim Meyering | 2008-08-19 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'sb/dashless' | Junio C Hamano | 2008-07-16 | 1 | -1/+1 |
|\ |
|
| * | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | | add context pointer to read_tree_recursive() | René Scharfe | 2008-07-15 | 1 | -2/+2 |
|/ |
|
* | builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix' and 'for... | Brian Hetro | 2008-07-05 | 1 | -12/+4 |
* | Fix 'git show' on signed tag of signed tag of commit | Thomas Rast | 2008-07-01 | 1 | -1/+1 |
* | Merge branch 'js/config-cb'v1.5.6-rc0 | Junio C Hamano | 2008-05-25 | 1 | -9/+9 |
|\ |
|
| * | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -9/+9 |
* | | Add log.date config variable | Heikki Orsila | 2008-05-23 | 1 | -0/+10 |
* | | Merge branch 'mv/format-cc' | Junio C Hamano | 2008-05-14 | 1 | -0/+7 |
|\ \
| |/
|/| |
|
| * | git-format-patch: add a new format.cc configuration variable | Miklos Vajna | 2008-04-29 | 1 | -0/+7 |
* | | git-format-patch: add --no-binary to omit binary changes in the patch. | Caio Marcelo de Oliveira Filho | 2008-05-11 | 1 | -1/+4 |
* | | Remove dead code: show_log() sep argument and diff_options.msg_sep | Adam Simpkins | 2008-05-03 | 1 | -1/+0 |
|/ |
|
* | log: teach "terminator" vs "separator" mode to "--pretty=format" | Junio C Hamano | 2008-04-10 | 1 | -1/+2 |
* | 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 |
|\ \ |
|