summaryrefslogtreecommitdiff
path: root/builtin-log.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
* | log/show/whatchanged: introduce format.pretty configurationDenis Cheng2008-03-051-0/+5
* | format-patch: wrap cover-letter's shortlog sensiblyJohannes Schindelin2008-03-021-0/+4
* | format-patch: use the diff options for the cover letter, tooJohannes Schindelin2008-03-021-2/+2
* | Use diff_tree() directly in making cover letterDaniel Barkalow2008-02-291-14/+11
* | format-patch: remove a leftover debugging messageJunio C Hamano2008-02-271-1/+0
* | Merge branch 'db/cover-letter'Junio C Hamano2008-02-271-83/+259
|\ \
| * | Improve collection of information for format-patch --cover-letterDaniel Barkalow2008-02-251-24/+28
| * | Support a --cc=<email> option in format-patchDaniel Barkalow2008-02-191-0/+4
| * | Combine To: and Cc: headersDaniel Barkalow2008-02-191-14/+64
| * | Fix format.headers not ending with a newlineDaniel Barkalow2008-02-191-2/+6
| * | Add a --cover-letter option to format-patchDaniel Barkalow2008-02-191-58/+174
| * | Improve message-id generation flow control for format-patchDaniel Barkalow2008-02-191-15/+14
| |/
* | Merge branch 'mk/color'Junio C Hamano2008-02-201-0/+17
|\ \
| * | Add color.ui variable which globally enables colorization if setMatthias Kestenholz2008-02-181-0/+17
| |/
* | check return code of prepare_revision_walkMartin Koegler2008-02-171-4/+8
|/
* builtin-log.c: guard config parser from value=NULLJunio C Hamano2008-02-111-3/+2
* builtin-log.c: guard config parser from value=NULLJunio C Hamano2008-02-111-1/+1
* git show <tag>: show the taggerJohannes Schindelin2007-12-191-7/+31