summaryrefslogtreecommitdiff
path: root/builtin-log.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-14builtin-log: typefix for recent format-patch changes.Libravatar Junio C Hamano1-3/+6
2006-07-14Add option to set initial In-Reply-To/ReferencesLibravatar Josh Triplett1-0/+10
2006-07-14Add option to enable threading headersLibravatar Josh Triplett1-8/+13
2006-07-14git-format-patch: Make the second and subsequent mails replies to the firstLibravatar Josh Triplett1-0/+23
2006-07-09Merge branch 'ew/diff'Libravatar Junio C Hamano1-4/+4
2006-07-09Disable color detection during format-patchLibravatar Ryan Anderson1-0/+3
2006-07-08diff: do not use configuration magic at the core-levelLibravatar Junio C Hamano1-4/+4
2006-07-07builtin-log: respect diff configuration optionsLibravatar Eric Wong1-2/+5
2006-07-05Merge branch 'th/diff'Libravatar Junio C Hamano1-18/+21
2006-06-29format-patch: fix diff format option implementationLibravatar Junio C Hamano1-1/+2
2006-06-27format-patch: use clear_commit_marks() instead of some ad-hockeryLibravatar Johannes Schindelin1-10/+4
2006-06-27log --raw: Don't descend into subdirectories by defaultLibravatar Timo Hirvonen1-1/+0
2006-06-26whatchanged: Default to DIFF_FORMAT_RAWLibravatar Timo Hirvonen1-11/+16
2006-06-26Add msg_sep to diff_optionsLibravatar Timo Hirvonen1-0/+1
2006-06-26DIFF_FORMAT_RAW is not default anymoreLibravatar Timo Hirvonen1-4/+1
2006-06-26Set default diff output format after parsing command lineLibravatar Timo Hirvonen1-1/+3
2006-06-26Merge with_raw, with_stat and summary variables to output_formatLibravatar Timo Hirvonen1-3/+1
2006-06-26format-patch: introduce "--ignore-if-in-upstream"Libravatar Johannes Schindelin1-0/+80
2006-06-24Rename safe_strncpy() to strlcpy().Libravatar Peter Eriksen1-1/+1
2006-06-19Add "named object array" conceptLibravatar Linus Torvalds1-2/+2
2006-06-17Fix git-format-patch -sLibravatar Eric W. Biederman1-2/+5
2006-06-17Some more memory leak avoidanceLibravatar Linus Torvalds1-0/+2