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