summaryrefslogtreecommitdiff
path: root/builtin-log.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmd_log_init: remove parsing of --encoding command line parameterJeff King2007-06-091-7/+1
* Add the --numbered-files option to git-format-patch.Jon Loeliger2007-06-061-41/+56
* Merge branch 'maint'Junio C Hamano2007-05-141-1/+1
|\
| * builtin-log.c: Fix typo in commentFrank Lichtenheld2007-05-141-1/+1
* | Add support for "commit name decorations" to log family of commandsLinus Torvalds2007-04-161-2/+32
* | Merge branch 'jc/cherry'Junio C Hamano2007-04-121-31/+13
|\ \
| * | Refactor patch-id filtering out of git-cherry and git-format-patch.Junio C Hamano2007-04-111-31/+13
* | | Fix git {log,show,...} --pretty=emailJunio C Hamano2007-04-121-1/+0
|/ /
* | Add custom subject prefix support to format-patch (take 3)Robin H. Johnson2007-04-111-2/+8
|/
* Replace remaining instances of strdup with xstrdup.James Bowes2007-03-191-1/+1
* format-patch: add --inline option and make --attach a true attachmentJohannes Schindelin2007-03-041-2/+14
* convert object type handling from a string to a numberNicolas Pitre2007-02-271-2/+2
* Merge branch 'maint'Junio C Hamano2007-02-241-7/+21
|\
| * Limit filename for format-patchRobin Rosenberg2007-02-241-7/+21
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-6/+6
|/
* git reflog showLinus Torvalds2007-02-081-0/+32
* Don't force everybody to call setup_ident().Junio C Hamano2007-01-281-1/+0
* Allow non-developer to clone, checkout and fetch more easily.Junio C Hamano2007-01-251-1/+1
* format-patch: fix bug with --stdout in a subdirectoryJeff King2007-01-221-1/+1
* --walk-reflogs: do not crash with cyclic reflog ancestryJohannes Schindelin2007-01-201-2/+5
* git-format-patch: the default suffix is now .patch, not .txtJunio C Hamano2007-01-171-1/+1
* git-format-patch: make --binary on by defaultJunio C Hamano2007-01-171-0/+3
* Add --summary to git-format-patch by defaultJunio C Hamano2007-01-171-1/+1
* git-format-patch -3Junio C Hamano2007-01-171-2/+7
* git-format-patch: do not crash with format.headers without value.Junio C Hamano2007-01-171-1/+5
* Introduce 'git-format-patch --suffix=.patch'Junio C Hamano2007-01-171-3/+16
* UTF-8: introduce i18n.logoutputencoding.Junio C Hamano2006-12-271-5/+2
* Teach log family --encodingJunio C Hamano2006-12-261-2/+17
* simplify inclusion of system header files.Junio C Hamano2006-12-201-2/+0
* git-show: grok blobs, trees and tags, tooJohannes Schindelin2006-12-141-1/+81