summaryrefslogtreecommitdiff
path: root/builtin-log.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-17Merge branch 'jc/maint-format-patch'Libravatar Junio C Hamano1-0/+7
2009-01-13Merge branch 'mh/cherry-default'Libravatar Junio C Hamano1-2/+14
2009-01-12Teach format-patch to handle output directory relative to cwdLibravatar Junio C Hamano1-3/+25
2009-01-10format-patch: show patch text for the root commitLibravatar Junio C Hamano1-0/+7
2009-01-05remove trailing LF in die() messagesLibravatar Alexander Potashev1-1/+1
2009-01-05Documentation: clarify which parameters are optional to git-cherryLibravatar Markus Heidelberg1-1/+1
2009-01-05show <tag>: reuse pp_user_info() instead of duplicating codeLibravatar Johannes Schindelin1-15/+6
2009-01-01git-cherry: make <upstream> parameter optionalLibravatar Markus Heidelberg1-2/+14
2008-12-15Merge branch 'maint'Libravatar Junio C Hamano1-1/+7
2008-12-15git-show: do not segfault when showing a bad tagLibravatar Junio C Hamano1-1/+7
2008-12-07reorder ALLOW_TEXTCONV option settingLibravatar Jeff King1-1/+1
2008-11-12Merge branch 'lt/decorate'Libravatar Junio C Hamano1-2/+3
2008-11-04Make '--decorate' set an explicit 'show_decorations' flagLibravatar Linus Torvalds1-2/+1
2008-11-04Add a 'source' decorator for commitsLibravatar Linus Torvalds1-0/+2
2008-10-26userdiff: require explicitly allowing textconvLibravatar Jeff King1-0/+1
2008-10-18format-patch: autonumber by defaultLibravatar Brian Gernhardt1-1/+2
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerLibravatar Brandon Casey1-9/+4
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