summaryrefslogtreecommitdiff
path: root/builtin-log.c
AgeCommit message (Expand)Author
2007-09-14git-format-patch --in-reply-to: accept <message@id> with angle bracketsJunio C Hamano
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
2006-12-28UTF-8: introduce i18n.logoutputencoding.Junio C Hamano
2006-12-26Teach log family --encodingJunio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-12-14git-show: grok blobs, trees and tags, tooJohannes Schindelin
2006-12-13Allow subcommand.color and color.subcommand color configurationAndy Parkins
2006-11-24config option log.showroot to show the diff of root commitsPeter Baumann
2006-10-27Make git-cherry handle root treesRene Scharfe
2006-10-24Built-in cherryRene Scharfe
2006-09-29git-format-patch: fix bug using -o in subdirectoriesMatthias Lederhofer
2006-09-28format-patch: use cwd as default output directoryMatthias Lederhofer
2006-08-27Use xrealloc instead of reallocJonas Fonseca
2006-08-05Allow config file to specify Signed-off-by identity in format-patch.Ramsay Jones
2006-07-31Builtins: control the use of pager from the command table.Junio C Hamano
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-07-29Call setup_git_directory() earlyLinus Torvalds
2006-07-28log and diff family: honor config even from subdirectoriesJunio C Hamano