aboutsummaryrefslogtreecommitdiff
path: root/builtin-log.c
Commit message (Expand)AuthorAge
* format-patch: --numbered-files and --stdout aren't mutually exclusiveStephen Boyd2009-03-21
* Merge branch 'jc/maint-format-patch-o-relative'Junio C Hamano2009-01-21
|\
| * Teach format-patch to handle output directory relative to cwdJunio C Hamano2009-01-12
* | Merge branch 'jc/maint-format-patch'Junio C Hamano2009-01-17
|\ \
| * | format-patch: show patch text for the root commitJunio C Hamano2009-01-10
| |/
* | Merge branch 'mh/cherry-default'Junio C Hamano2009-01-13
|\ \
| * | Documentation: clarify which parameters are optional to git-cherryMarkus Heidelberg2009-01-05
| * | git-cherry: make <upstream> parameter optionalMarkus Heidelberg2009-01-01
* | | remove trailing LF in die() messagesAlexander Potashev2009-01-05
* | | show <tag>: reuse pp_user_info() instead of duplicating codeJohannes Schindelin2009-01-05
|/ /
* | Merge branch 'maint'Junio C Hamano2008-12-15
|\ \ | |/
| * git-show: do not segfault when showing a bad tagJunio C Hamano2008-12-15
* | reorder ALLOW_TEXTCONV option settingJeff King2008-12-07
* | Merge branch 'lt/decorate'Junio C Hamano2008-11-12
|\ \
| * | Make '--decorate' set an explicit 'show_decorations' flagLinus Torvalds2008-11-04
| * | Add a 'source' decorator for commitsLinus Torvalds2008-11-04
* | | userdiff: require explicitly allowing textconvJeff King2008-10-26
|/ /
* | format-patch: autonumber by defaultBrian Gernhardt2008-10-18
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
* | Merge branch 'maint'Junio C Hamano2008-09-19
|\ \ | |/
| * Typo "bogos" in format-patch error message.Mikael Magnusson2008-09-19
* | move load_ref_decorations() to log-tree.c and export itRené Scharfe2008-09-04
* | log: add load_ref_decorations()René Scharfe2008-09-04
* | format-patch: use default diff format even with patch optionsJeff King2008-08-26
* | Merge branch 'pm/log-exit-code'Junio C Hamano2008-08-20
|\ \ | |/ |/|
| * Teach git log --exit-code to return an appropriate exit codePeter Valdemar Mørch2008-08-17
| * Teach git log --check to return an appropriate exit codePeter Valdemar Mørch2008-08-17
* | git format-patch: avoid underrun when format.headers is empty or all NLsJim Meyering2008-08-19
|/
* Merge branch 'sb/dashless'Junio C Hamano2008-07-16
|\
| * Make usage strings dash-lessStephan Beyer2008-07-13
* | add context pointer to read_tree_recursive()René Scharfe2008-07-15
|/
* builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix' and 'for...Brian Hetro2008-07-05
* Fix 'git show' on signed tag of signed tag of commitThomas Rast2008-07-01
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-25
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* | Add log.date config variableHeikki Orsila2008-05-23
* | Merge branch 'mv/format-cc'Junio C Hamano2008-05-14
|\ \ | |/ |/|
| * git-format-patch: add a new format.cc configuration variableMiklos Vajna2008-04-29
* | git-format-patch: add --no-binary to omit binary changes in the patch.Caio Marcelo de Oliveira Filho2008-05-11
* | Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins2008-05-03
|/
* log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano2008-04-10
* Merge branch 'maint'Junio C Hamano2008-03-15
|\
* | log/show/whatchanged: introduce format.pretty configurationDenis Cheng2008-03-05
* | format-patch: wrap cover-letter's shortlog sensiblyJohannes Schindelin2008-03-02
* | format-patch: use the diff options for the cover letter, tooJohannes Schindelin2008-03-02
* | Use diff_tree() directly in making cover letterDaniel Barkalow2008-02-29
* | format-patch: remove a leftover debugging messageJunio C Hamano2008-02-27
* | Merge branch 'db/cover-letter'Junio C Hamano2008-02-27
|\ \
| * | Improve collection of information for format-patch --cover-letterDaniel Barkalow2008-02-25
| * | Support a --cc=<email> option in format-patchDaniel Barkalow2008-02-19