summaryrefslogtreecommitdiff
path: root/builtin-log.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-14git-format-patch --in-reply-to: accept <message@id> with angle bracketsLibravatar Junio C Hamano1-1/+30
2007-08-28"format-patch --root rev" is the way to show everything.Libravatar Junio C Hamano1-3/+10
2007-08-28Porcelain level "log" family should recurse when diffing.Libravatar Junio C Hamano1-2/+1
2007-07-04Handle format.subjectprefix for every command which accepts --prettyLibravatar Alex Riesen1-7/+8
2007-07-02format-patch: Add format.subjectprefix config optionLibravatar Adam Roben1-0/+9
2007-06-27git-log: detect dup and fdopen failureLibravatar Jim Meyering1-1/+1
2007-06-22Finally implement "git log --follow"Libravatar Linus Torvalds1-0/+5
2007-06-13Lift 16kB limit of log message outputLibravatar Junio C Hamano1-2/+4
2007-06-09cmd_log_init: remove parsing of --encoding command line parameterLibravatar Jeff King1-7/+1
2007-06-06Add the --numbered-files option to git-format-patch.Libravatar Jon Loeliger1-41/+56
2007-05-14Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2007-05-14builtin-log.c: Fix typo in commentLibravatar Frank Lichtenheld1-1/+1
2007-04-16Add support for "commit name decorations" to log family of commandsLibravatar Linus Torvalds1-2/+32
2007-04-12Merge branch 'jc/cherry'Libravatar Junio C Hamano1-31/+13
2007-04-12Fix git {log,show,...} --pretty=emailLibravatar Junio C Hamano1-1/+0
2007-04-11Refactor patch-id filtering out of git-cherry and git-format-patch.Libravatar Junio C Hamano1-31/+13
2007-04-11Add custom subject prefix support to format-patch (take 3)Libravatar Robin H. Johnson1-2/+8
2007-03-19Replace remaining instances of strdup with xstrdup.Libravatar James Bowes1-1/+1
2007-03-04format-patch: add --inline option and make --attach a true attachmentLibravatar Johannes Schindelin1-2/+14
2007-02-27convert object type handling from a string to a numberLibravatar Nicolas Pitre1-2/+2
2007-02-24Merge branch 'maint'Libravatar Junio C Hamano1-7/+21
2007-02-24Limit filename for format-patchLibravatar Robin Rosenberg1-7/+21
2007-02-20Mechanical conversion to use prefixcmp()Libravatar Junio C Hamano1-6/+6
2007-02-08git reflog showLibravatar Linus Torvalds1-0/+32
2007-01-28Don't force everybody to call setup_ident().Libravatar Junio C Hamano1-1/+0
2007-01-25Allow non-developer to clone, checkout and fetch more easily.Libravatar Junio C Hamano1-1/+1
2007-01-22format-patch: fix bug with --stdout in a subdirectoryLibravatar Jeff King1-1/+1
2007-01-20--walk-reflogs: do not crash with cyclic reflog ancestryLibravatar Johannes Schindelin1-2/+5
2007-01-17git-format-patch: the default suffix is now .patch, not .txtLibravatar Junio C Hamano1-1/+1
2007-01-17git-format-patch: make --binary on by defaultLibravatar Junio C Hamano1-0/+3
2007-01-17Add --summary to git-format-patch by defaultLibravatar Junio C Hamano1-1/+1
2007-01-17git-format-patch -3Libravatar Junio C Hamano1-2/+7
2007-01-17git-format-patch: do not crash with format.headers without value.Libravatar Junio C Hamano1-1/+5
2007-01-17Introduce 'git-format-patch --suffix=.patch'Libravatar Junio C Hamano1-3/+16
2006-12-27UTF-8: introduce i18n.logoutputencoding.Libravatar Junio C Hamano1-5/+2
2006-12-26Teach log family --encodingLibravatar Junio C Hamano1-2/+17
2006-12-20simplify inclusion of system header files.Libravatar Junio C Hamano1-2/+0
2006-12-14git-show: grok blobs, trees and tags, tooLibravatar Johannes Schindelin1-1/+81
2006-12-13Allow subcommand.color and color.subcommand color configurationLibravatar Andy Parkins1-1/+1
2006-11-24config option log.showroot to show the diff of root commitsLibravatar Peter Baumann1-4/+16
2006-10-26Make git-cherry handle root treesLibravatar Rene Scharfe1-2/+5
2006-10-23Built-in cherryLibravatar Rene Scharfe1-0/+106
2006-09-28git-format-patch: fix bug using -o in subdirectoriesLibravatar Matthias Lederhofer1-2/+3
2006-09-28format-patch: use cwd as default output directoryLibravatar Matthias Lederhofer1-0/+2
2006-08-26Use xrealloc instead of reallocLibravatar Jonas Fonseca1-2/+2
2006-08-04Allow config file to specify Signed-off-by identity in format-patch.Libravatar Ramsay Jones1-1/+1
2006-07-31Builtins: control the use of pager from the command table.Libravatar Junio C Hamano1-1/+0
2006-07-29Call setup_git_directory() much earlierLibravatar Linus Torvalds1-15/+10
2006-07-28Call setup_git_directory() earlyLibravatar Linus Torvalds1-8/+10
2006-07-27log and diff family: honor config even from subdirectoriesLibravatar Junio C Hamano1-3/+6