summaryrefslogtreecommitdiff
path: root/builtin-log.c
AgeCommit message (Expand)Author
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
2006-07-15builtin-log: typefix for recent format-patch changes.Junio C Hamano
2006-07-15Add option to set initial In-Reply-To/ReferencesJosh Triplett
2006-07-15Add option to enable threading headersJosh Triplett
2006-07-15git-format-patch: Make the second and subsequent mails replies to the firstJosh Triplett
2006-07-10Merge branch 'ew/diff'Junio C Hamano
2006-07-09Disable color detection during format-patchRyan Anderson
2006-07-08diff: do not use configuration magic at the core-levelJunio C Hamano
2006-07-07builtin-log: respect diff configuration optionsEric Wong
2006-07-05Merge branch 'th/diff'Junio C Hamano
2006-06-29format-patch: fix diff format option implementationJunio C Hamano
2006-06-27format-patch: use clear_commit_marks() instead of some ad-hockeryJohannes Schindelin
2006-06-27log --raw: Don't descend into subdirectories by defaultTimo Hirvonen
2006-06-26whatchanged: Default to DIFF_FORMAT_RAWTimo Hirvonen
2006-06-26Add msg_sep to diff_optionsTimo Hirvonen
2006-06-26DIFF_FORMAT_RAW is not default anymoreTimo Hirvonen
2006-06-26Set default diff output format after parsing command lineTimo Hirvonen
2006-06-26Merge with_raw, with_stat and summary variables to output_formatTimo Hirvonen