summaryrefslogtreecommitdiff
path: root/builtin-log.c
Commit message (Expand)AuthorAgeFilesLines
* format-patch: add arbitrary email headersMichael Hendricks2009-03-271-0/+2
* Sync with maintJunio C Hamano2009-03-211-2/+0
|\
| * format-patch: --numbered-files and --stdout aren't mutually exclusiveStephen Boyd2009-03-211-2/+0
* | format-patch: Respect --quiet optionNate Case2009-03-181-4/+6
* | Merge branch 'tr/format-patch-thread'Junio C Hamano2009-03-111-12/+54
|\ \
| * | format-patch: support deep threadingThomas Rast2009-02-211-4/+31
| * | format-patch: thread as reply to cover letter even with in-reply-toThomas Rast2009-02-211-5/+15
| * | format-patch: track several referencesThomas Rast2009-02-211-4/+10
| |/
* | Enable setting attach as the default in .gitconfig for git-format-patch.Jeremy White2009-02-121-0/+19
|/
* Merge branch 'jc/maint-format-patch-o-relative'Junio C Hamano2009-01-211-3/+25
|\
| * Teach format-patch to handle output directory relative to cwdJunio C Hamano2009-01-121-3/+25
* | Merge branch 'jc/maint-format-patch'Junio C Hamano2009-01-171-0/+7
|\ \
| * | format-patch: show patch text for the root commitJunio C Hamano2009-01-101-0/+7
| |/
* | Merge branch 'mh/cherry-default'Junio C Hamano2009-01-131-2/+14
|\ \
| * | Documentation: clarify which parameters are optional to git-cherryMarkus Heidelberg2009-01-051-1/+1
| * | git-cherry: make <upstream> parameter optionalMarkus Heidelberg2009-01-011-2/+14
* | | remove trailing LF in die() messagesAlexander Potashev2009-01-051-1/+1
* | | show <tag>: reuse pp_user_info() instead of duplicating codeJohannes Schindelin2009-01-051-15/+6
|/ /
* | Merge branch 'maint'Junio C Hamano2008-12-151-1/+7
|\ \ | |/
| * git-show: do not segfault when showing a bad tagJunio C Hamano2008-12-151-1/+7
* | reorder ALLOW_TEXTCONV option settingJeff King2008-12-071-1/+1
* | Merge branch 'lt/decorate'Junio C Hamano2008-11-121-2/+3
|\ \
| * | Make '--decorate' set an explicit 'show_decorations' flagLinus Torvalds2008-11-041-2/+1
| * | Add a 'source' decorator for commitsLinus Torvalds2008-11-041-0/+2
* | | userdiff: require explicitly allowing textconvJeff King2008-10-261-0/+1
|/ /
* | format-patch: autonumber by defaultBrian Gernhardt2008-10-181-1/+2
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-9/+4
* | Merge branch 'maint'Junio C Hamano2008-09-191-1/+1
|\ \ | |/
| * Typo "bogos" in format-patch error message.Mikael Magnusson2008-09-191-1/+1
* | move load_ref_decorations() to log-tree.c and export itRené Scharfe2008-09-041-35/+0
* | log: add load_ref_decorations()René Scharfe2008-09-041-2/+10
* | format-patch: use default diff format even with patch optionsJeff King2008-08-261-1/+2
* | Merge branch 'pm/log-exit-code'Junio C Hamano2008-08-201-1/+10
|\ \ | |/ |/|
| * Teach git log --exit-code to return an appropriate exit codePeter Valdemar Mørch2008-08-171-4/+4
| * Teach git log --check to return an appropriate exit codePeter Valdemar Mørch2008-08-171-0/+9
* | git format-patch: avoid underrun when format.headers is empty or all NLsJim Meyering2008-08-191-1/+1
|/
* Merge branch 'sb/dashless'Junio C Hamano2008-07-161-1/+1
|\
| * Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* | add context pointer to read_tree_recursive()René Scharfe2008-07-151-2/+2
|/
* builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix' and 'for...Brian Hetro2008-07-051-12/+4
* Fix 'git show' on signed tag of signed tag of commitThomas Rast2008-07-011-1/+1
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-251-9/+9
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-9/+9
* | Add log.date config variableHeikki Orsila2008-05-231-0/+10
* | Merge branch 'mv/format-cc'Junio C Hamano2008-05-141-0/+7
|\ \ | |/ |/|
| * git-format-patch: add a new format.cc configuration variableMiklos Vajna2008-04-291-0/+7
* | git-format-patch: add --no-binary to omit binary changes in the patch.Caio Marcelo de Oliveira Filho2008-05-111-1/+4
* | Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins2008-05-031-1/+0
|/
* log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano2008-04-101-1/+2
* Merge branch 'maint'Junio C Hamano2008-03-151-2/+4
|\