summaryrefslogtreecommitdiff
path: root/builtin-log.c
Commit message (Expand)AuthorAgeFilesLines
* git-log: allow --decorate[=short|full]Lars Hjemli2009-08-181-2/+14
* Merge branch 'js/maint-cover-letter-non-ascii'Junio C Hamano2009-08-161-0/+4
|\
| * Correctly mark cover letters' encodings if they are not pure ASCIIJohannes Schindelin2009-08-101-0/+4
* | Show usage string for 'git log -h', 'git show -h' and 'git diff -h'Matthieu Moy2009-08-071-0/+6
* | show: add space between multiple itemsJeff King2009-07-191-0/+6
* | show: suppress extra newline when showing annotated tagJeff King2009-07-191-1/+1
|/
* Merge branch 'tr/die_errno'Junio C Hamano2009-07-061-2/+2
|\
| * Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-271-2/+2
* | Fix various sparse warnings in the git source codeLinus Torvalds2009-06-201-2/+2
|/
* Merge branch 'sb/opt-filename'Junio C Hamano2009-05-311-1/+1
|\
| * parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+1
| * Merge branch 'sb/format-patch-parseopt' into sb/opt-filenameJunio C Hamano2009-05-251-100/+160
| |\
* | \ Merge branch 'sb/format-patch-parseopt'Junio C Hamano2009-05-311-100/+160
|\ \ \ | | |/ | |/|
| * | format-patch: migrate to parse-options APIStephen Boyd2009-05-171-97/+158
* | | t9139 uses ancient, backwards-compatible iconv namesEric Wong2009-05-301-1/+1
|\ \ \ | |_|/ |/| |
| * | Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibilityBrandon Casey2009-05-181-1/+1
| |/
* | format-patch let -k override a config-specified format.numberedJim Meyering2009-05-091-1/+13
|/
* Merge branch 'sb/format-patch-patchname'Junio C Hamano2009-04-061-88/+43
|\
| * format-patch: --attach/inline uses filename instead of SHA1Stephen Boyd2009-03-221-4/+4
| * format-patch: move get_patch_filename() into log-treeStephen Boyd2009-03-221-24/+0
| * format-patch: pass a commit to reopen_stdout()Stephen Boyd2009-03-221-28/+39
| * format-patch: construct patch filename in one functionStephen Boyd2009-03-221-65/+33
* | Add configuration variable for sign-off to format-patchHeiko Voigt2009-04-061-7/+16
* | 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