summaryrefslogtreecommitdiff
path: root/builtin-log.c
AgeCommit message (Expand)Author
2008-07-06builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix' and 'for...Brian Hetro
2008-07-02Fix 'git show' on signed tag of signed tag of commitThomas Rast
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano
2008-05-23Add log.date config variableHeikki Orsila
2008-05-14Merge branch 'mv/format-cc'Junio C Hamano
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-05-11git-format-patch: add --no-binary to omit binary changes in the patch.Caio Marcelo de Oliveira Filho
2008-05-03Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins
2008-04-30git-format-patch: add a new format.cc configuration variableMiklos Vajna
2008-04-10log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano
2008-03-15Merge branch 'maint'Junio C Hamano
2008-03-05log/show/whatchanged: introduce format.pretty configurationDenis Cheng
2008-03-02format-patch: wrap cover-letter's shortlog sensiblyJohannes Schindelin
2008-03-02format-patch: use the diff options for the cover letter, tooJohannes Schindelin
2008-02-29Use diff_tree() directly in making cover letterDaniel Barkalow
2008-02-28format-patch: remove a leftover debugging messageJunio C Hamano
2008-02-27Merge branch 'db/cover-letter'Junio C Hamano
2008-02-26Improve collection of information for format-patch --cover-letterDaniel Barkalow
2008-02-21Merge branch 'mk/color'Junio C Hamano
2008-02-20Support a --cc=<email> option in format-patchDaniel Barkalow
2008-02-20Combine To: and Cc: headersDaniel Barkalow
2008-02-20Fix format.headers not ending with a newlineDaniel Barkalow
2008-02-20Add a --cover-letter option to format-patchDaniel Barkalow
2008-02-19Improve message-id generation flow control for format-patchDaniel Barkalow
2008-02-18Add color.ui variable which globally enables colorization if setMatthias Kestenholz
2008-02-18check return code of prepare_revision_walkMartin Koegler
2008-02-11builtin-log.c: guard config parser from value=NULLJunio C Hamano
2008-02-11builtin-log.c: guard config parser from value=NULLJunio C Hamano
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