summaryrefslogtreecommitdiff
path: root/builtin-log.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-251-9/+9
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-9/+9
* | Add log.date config variableHeikki Orsila2008-05-231-0/+10
* | Merge branch 'mv/format-cc'Junio C Hamano2008-05-141-0/+7
|\ \ | |/ |/|
| * git-format-patch: add a new format.cc configuration variableMiklos Vajna2008-04-291-0/+7
* | git-format-patch: add --no-binary to omit binary changes in the patch.Caio Marcelo de Oliveira Filho2008-05-111-1/+4
* | Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins2008-05-031-1/+0
|/
* log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano2008-04-101-1/+2
* Merge branch 'maint'Junio C Hamano2008-03-151-2/+4
|\
* | log/show/whatchanged: introduce format.pretty configurationDenis Cheng2008-03-051-0/+5
* | format-patch: wrap cover-letter's shortlog sensiblyJohannes Schindelin2008-03-021-0/+4
* | format-patch: use the diff options for the cover letter, tooJohannes Schindelin2008-03-021-2/+2
* | Use diff_tree() directly in making cover letterDaniel Barkalow2008-02-291-14/+11
* | format-patch: remove a leftover debugging messageJunio C Hamano2008-02-271-1/+0
* | Merge branch 'db/cover-letter'Junio C Hamano2008-02-271-83/+259
|\ \
| * | Improve collection of information for format-patch --cover-letterDaniel Barkalow2008-02-251-24/+28
| * | Support a --cc=<email> option in format-patchDaniel Barkalow2008-02-191-0/+4
| * | Combine To: and Cc: headersDaniel Barkalow2008-02-191-14/+64
| * | Fix format.headers not ending with a newlineDaniel Barkalow2008-02-191-2/+6
| * | Add a --cover-letter option to format-patchDaniel Barkalow2008-02-191-58/+174
| * | Improve message-id generation flow control for format-patchDaniel Barkalow2008-02-191-15/+14
| |/
* | Merge branch 'mk/color'Junio C Hamano2008-02-201-0/+17
|\ \
| * | Add color.ui variable which globally enables colorization if setMatthias Kestenholz2008-02-181-0/+17
| |/
* | check return code of prepare_revision_walkMartin Koegler2008-02-171-4/+8
|/
* builtin-log.c: guard config parser from value=NULLJunio C Hamano2008-02-111-3/+2
* builtin-log.c: guard config parser from value=NULLJunio C Hamano2008-02-111-1/+1
* git show <tag>: show the taggerJohannes Schindelin2007-12-191-7/+31
* Merge branch 'jc/shortlog-e'Junio C Hamano2007-12-121-4/+1
|\
| * shortlog: default to HEAD when the standard input is a ttyJunio C Hamano2007-12-111-4/+1
* | Re-fix "builtin-commit: fix --signoff"Junio C Hamano2007-12-091-2/+2
|/
* Merge branch 'lt/rev-list-interactive'Junio C Hamano2007-11-181-0/+123
|\
| * Fix parent rewriting in --early-outputLinus Torvalds2007-11-141-1/+1
| * revision walker: mini clean-upLinus Torvalds2007-11-051-8/+2
| * Enhance --early-output formatLinus Torvalds2007-11-051-13/+75
| * Add "--early-output" log flag for interactive GUI useLinus Torvalds2007-11-041-0/+67
* | Merge branch 'ph/diffopts'Junio C Hamano2007-11-181-14/+10
|\ \
| * | Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit2007-11-111-14/+10
| |/
* | format-patch: Add configuration and off switch for --numberedBrian Gernhardt2007-11-041-1/+18
|/
* format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano2007-11-011-1/+1
* Use xmemdupz() in many places.Pierre Habouzit2007-09-181-10/+2
* Merge branch 'master' into ph/strbufJunio C Hamano2007-09-181-1/+30
|\
| * git-format-patch --in-reply-to: accept <message@id> with angle bracketsJunio C Hamano2007-09-141-1/+30
* | Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit2007-09-101-6/+6
|/
* "format-patch --root rev" is the way to show everything.Junio C Hamano2007-08-281-3/+10
* Porcelain level "log" family should recurse when diffing.Junio C Hamano2007-08-281-2/+1
* Handle format.subjectprefix for every command which accepts --prettyAlex Riesen2007-07-041-7/+8
* format-patch: Add format.subjectprefix config optionAdam Roben2007-07-021-0/+9
* git-log: detect dup and fdopen failureJim Meyering2007-06-271-1/+1
* Finally implement "git log --follow"Linus Torvalds2007-06-221-0/+5
* Lift 16kB limit of log message outputJunio C Hamano2007-06-131-2/+4