summaryrefslogtreecommitdiff
path: root/builtin-log.c
AgeCommit message (Expand)Author
2007-12-19git show <tag>: show the taggerJohannes Schindelin
2007-12-13Merge branch 'jc/shortlog-e'Junio C Hamano
2007-12-12shortlog: default to HEAD when the standard input is a ttyJunio C Hamano
2007-12-09Re-fix "builtin-commit: fix --signoff"Junio C Hamano
2007-11-19Merge branch 'lt/rev-list-interactive'Junio C Hamano
2007-11-18Merge branch 'ph/diffopts'Junio C Hamano
2007-11-14Fix parent rewriting in --early-outputLinus Torvalds
2007-11-12Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit
2007-11-06revision walker: mini clean-upLinus Torvalds
2007-11-05Enhance --early-output formatLinus Torvalds
2007-11-04format-patch: Add configuration and off switch for --numberedBrian Gernhardt
2007-11-04Add "--early-output" log flag for interactive GUI useLinus Torvalds
2007-11-02format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano
2007-09-19Use xmemdupz() in many places.Pierre Habouzit
2007-09-19Merge branch 'master' into ph/strbufJunio C Hamano
2007-09-14git-format-patch --in-reply-to: accept <message@id> with angle bracketsJunio C Hamano
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit
2007-08-28"format-patch --root rev" is the way to show everything.Junio C Hamano
2007-08-28Porcelain level "log" family should recurse when diffing.Junio C Hamano
2007-07-04Handle format.subjectprefix for every command which accepts --prettyAlex Riesen
2007-07-03format-patch: Add format.subjectprefix config optionAdam Roben
2007-06-28git-log: detect dup and fdopen failureJim Meyering
2007-06-23Finally implement "git log --follow"Linus Torvalds
2007-06-13Lift 16kB limit of log message outputJunio C Hamano
2007-06-09cmd_log_init: remove parsing of --encoding command line parameterJeff King
2007-06-06Add the --numbered-files option to git-format-patch.Jon Loeliger
2007-05-15Merge branch 'maint'Junio C Hamano
2007-05-14builtin-log.c: Fix typo in commentFrank Lichtenheld
2007-04-16Add support for "commit name decorations" to log family of commandsLinus Torvalds
2007-04-13Merge branch 'jc/cherry'Junio C Hamano
2007-04-13Fix git {log,show,...} --pretty=emailJunio C Hamano
2007-04-12Refactor patch-id filtering out of git-cherry and git-format-patch.Junio C Hamano
2007-04-12Add custom subject prefix support to format-patch (take 3)Robin H. Johnson
2007-03-20Replace remaining instances of strdup with xstrdup.James Bowes
2007-03-05format-patch: add --inline option and make --attach a true attachmentJohannes Schindelin
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2007-02-24Merge branch 'maint'Junio C Hamano
2007-02-24Limit filename for format-patchRobin Rosenberg
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-08git reflog showLinus Torvalds
2007-01-28Don't force everybody to call setup_ident().Junio C Hamano
2007-01-26Allow non-developer to clone, checkout and fetch more easily.Junio C Hamano
2007-01-23format-patch: fix bug with --stdout in a subdirectoryJeff King
2007-01-21--walk-reflogs: do not crash with cyclic reflog ancestryJohannes Schindelin
2007-01-18git-format-patch: the default suffix is now .patch, not .txtJunio C Hamano
2007-01-18git-format-patch: make --binary on by defaultJunio C Hamano
2007-01-18Add --summary to git-format-patch by defaultJunio C Hamano
2007-01-18git-format-patch -3Junio C Hamano
2007-01-17git-format-patch: do not crash with format.headers without value.Junio C Hamano
2007-01-17Introduce 'git-format-patch --suffix=.patch'Junio C Hamano