aboutsummaryrefslogtreecommitdiff
path: root/builtin-log.c
Commit message (Expand)AuthorAge
* 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
* cmd_log_init: remove parsing of --encoding command line parameterJeff King2007-06-09
* Add the --numbered-files option to git-format-patch.Jon Loeliger2007-06-06
* Merge branch 'maint'Junio C Hamano2007-05-14
|\
| * builtin-log.c: Fix typo in commentFrank Lichtenheld2007-05-14
* | Add support for "commit name decorations" to log family of commandsLinus Torvalds2007-04-16
* | Merge branch 'jc/cherry'Junio C Hamano2007-04-12
|\ \
| * | Refactor patch-id filtering out of git-cherry and git-format-patch.Junio C Hamano2007-04-11
* | | Fix git {log,show,...} --pretty=emailJunio C Hamano2007-04-12
|/ /
* | Add custom subject prefix support to format-patch (take 3)Robin H. Johnson2007-04-11
|/
* Replace remaining instances of strdup with xstrdup.James Bowes2007-03-19
* format-patch: add --inline option and make --attach a true attachmentJohannes Schindelin2007-03-04
* convert object type handling from a string to a numberNicolas Pitre2007-02-27
* Merge branch 'maint'Junio C Hamano2007-02-24
|\
| * Limit filename for format-patchRobin Rosenberg2007-02-24
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
|/
* git reflog showLinus Torvalds2007-02-08
* Don't force everybody to call setup_ident().Junio C Hamano2007-01-28
* Allow non-developer to clone, checkout and fetch more easily.Junio C Hamano2007-01-25
* format-patch: fix bug with --stdout in a subdirectoryJeff King2007-01-22
* --walk-reflogs: do not crash with cyclic reflog ancestryJohannes Schindelin2007-01-20
* git-format-patch: the default suffix is now .patch, not .txtJunio C Hamano2007-01-17
* git-format-patch: make --binary on by defaultJunio C Hamano2007-01-17
* Add --summary to git-format-patch by defaultJunio C Hamano2007-01-17
* git-format-patch -3Junio C Hamano2007-01-17
* git-format-patch: do not crash with format.headers without value.Junio C Hamano2007-01-17
* Introduce 'git-format-patch --suffix=.patch'Junio C Hamano2007-01-17