summaryrefslogtreecommitdiff
path: root/builtin-log.c
AgeCommit message (Expand)Author
2008-11-13Merge branch 'lt/decorate'Junio C Hamano
2008-11-04Make '--decorate' set an explicit 'show_decorations' flagLinus Torvalds
2008-11-04Add a 'source' decorator for commitsLinus Torvalds
2008-10-26userdiff: require explicitly allowing textconvJeff King
2008-10-18format-patch: autonumber by defaultBrian Gernhardt
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-09-20Merge branch 'maint'Junio C Hamano
2008-09-20Typo "bogos" in format-patch error message.Mikael Magnusson
2008-09-05move load_ref_decorations() to log-tree.c and export itRené Scharfe
2008-09-05log: add load_ref_decorations()René Scharfe
2008-08-27format-patch: use default diff format even with patch optionsJeff King
2008-08-21Merge branch 'pm/log-exit-code'Junio C Hamano
2008-08-20git format-patch: avoid underrun when format.headers is empty or all NLsJim Meyering
2008-08-17Teach git log --exit-code to return an appropriate exit codePeter Valdemar Mørch
2008-08-17Teach git log --check to return an appropriate exit codePeter Valdemar Mørch
2008-07-17Merge branch 'sb/dashless'Junio C Hamano
2008-07-15add context pointer to read_tree_recursive()René Scharfe
2008-07-13Make usage strings dash-lessStephan Beyer
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