summaryrefslogtreecommitdiff
path: root/builtin-log.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-19Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2008-09-19Typo "bogos" in format-patch error message.Libravatar Mikael Magnusson1-1/+1
2008-09-04move load_ref_decorations() to log-tree.c and export itLibravatar René Scharfe1-35/+0
2008-09-04log: add load_ref_decorations()Libravatar René Scharfe1-2/+10
2008-08-26format-patch: use default diff format even with patch optionsLibravatar Jeff King1-1/+2
2008-08-20Merge branch 'pm/log-exit-code'Libravatar Junio C Hamano1-1/+10
2008-08-19git format-patch: avoid underrun when format.headers is empty or all NLsLibravatar Jim Meyering1-1/+1
2008-08-17Teach git log --exit-code to return an appropriate exit codeLibravatar Peter Valdemar Mørch1-4/+4
2008-08-17Teach git log --check to return an appropriate exit codeLibravatar Peter Valdemar Mørch1-0/+9
2008-07-16Merge branch 'sb/dashless'Libravatar Junio C Hamano1-1/+1
2008-07-15add context pointer to read_tree_recursive()Libravatar René Scharfe1-2/+2
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-1/+1
2008-07-05builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix' and 'for...Libravatar Brian Hetro1-12/+4
2008-07-01Fix 'git show' on signed tag of signed tag of commitLibravatar Thomas Rast1-1/+1
2008-05-25Merge branch 'js/config-cb'Libravatar Junio C Hamano1-9/+9
2008-05-23Add log.date config variableLibravatar Heikki Orsila1-0/+10
2008-05-14Merge branch 'mv/format-cc'Libravatar Junio C Hamano1-0/+7
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-9/+9
2008-05-11git-format-patch: add --no-binary to omit binary changes in the patch.Libravatar Caio Marcelo de Oliveira Filho1-1/+4
2008-05-03Remove dead code: show_log() sep argument and diff_options.msg_sepLibravatar Adam Simpkins1-1/+0
2008-04-29git-format-patch: add a new format.cc configuration variableLibravatar Miklos Vajna1-0/+7
2008-04-10log: teach "terminator" vs "separator" mode to "--pretty=format"Libravatar Junio C Hamano1-1/+2
2008-03-15Merge branch 'maint'Libravatar Junio C Hamano1-2/+4
2008-03-05log/show/whatchanged: introduce format.pretty configurationLibravatar Denis Cheng1-0/+5
2008-03-02format-patch: wrap cover-letter's shortlog sensiblyLibravatar Johannes Schindelin1-0/+4
2008-03-02format-patch: use the diff options for the cover letter, tooLibravatar Johannes Schindelin1-2/+2
2008-02-29Use diff_tree() directly in making cover letterLibravatar Daniel Barkalow1-14/+11
2008-02-27format-patch: remove a leftover debugging messageLibravatar Junio C Hamano1-1/+0
2008-02-27Merge branch 'db/cover-letter'Libravatar Junio C Hamano1-83/+259
2008-02-25Improve collection of information for format-patch --cover-letterLibravatar Daniel Barkalow1-24/+28
2008-02-20Merge branch 'mk/color'Libravatar Junio C Hamano1-0/+17
2008-02-19Support a --cc=<email> option in format-patchLibravatar Daniel Barkalow1-0/+4
2008-02-19Combine To: and Cc: headersLibravatar Daniel Barkalow1-14/+64
2008-02-19Fix format.headers not ending with a newlineLibravatar Daniel Barkalow1-2/+6
2008-02-19Add a --cover-letter option to format-patchLibravatar Daniel Barkalow1-58/+174
2008-02-19Improve message-id generation flow control for format-patchLibravatar Daniel Barkalow1-15/+14
2008-02-18Add color.ui variable which globally enables colorization if setLibravatar Matthias Kestenholz1-0/+17
2008-02-17check return code of prepare_revision_walkLibravatar Martin Koegler1-4/+8
2008-02-11builtin-log.c: guard config parser from value=NULLLibravatar Junio C Hamano1-3/+2
2008-02-11builtin-log.c: guard config parser from value=NULLLibravatar Junio C Hamano1-1/+1
2007-12-19git show <tag>: show the taggerLibravatar Johannes Schindelin1-7/+31
2007-12-12Merge branch 'jc/shortlog-e'Libravatar Junio C Hamano1-4/+1
2007-12-11shortlog: default to HEAD when the standard input is a ttyLibravatar Junio C Hamano1-4/+1
2007-12-09Re-fix "builtin-commit: fix --signoff"Libravatar Junio C Hamano1-2/+2
2007-11-18Merge branch 'lt/rev-list-interactive'Libravatar Junio C Hamano1-0/+123
2007-11-18Merge branch 'ph/diffopts'Libravatar Junio C Hamano1-14/+10
2007-11-14Fix parent rewriting in --early-outputLibravatar Linus Torvalds1-1/+1
2007-11-11Make the diff_options bitfields be an unsigned with explicit masks.Libravatar Pierre Habouzit1-14/+10
2007-11-05revision walker: mini clean-upLibravatar Linus Torvalds1-8/+2
2007-11-05Enhance --early-output formatLibravatar Linus Torvalds1-13/+75