aboutsummaryrefslogtreecommitdiff
path: root/builtin-log.c
Commit message (Expand)AuthorAge
* Merge branch 'fc/maint-format-patch-pathspec-dashes'Junio C Hamano2009-11-30
|\
| * format-patch: fix parsing of "--" on the command lineFelipe Contreras2009-11-26
* | Merge branch 'bg/format-patch-doc-update'Junio C Hamano2009-11-20
|\ \
| * | format-patch: Add "--no-stat" as a synonym for "-p"Björn Gustavsson2009-11-10
| * | format-patch: Always generate a patchBjörn Gustavsson2009-11-10
* | | Merge branch 'jn/help-everywhere'Junio C Hamano2009-11-20
|\ \ \
| * | | Let 'git <command> -h' show usage without a git dirJonathan Nieder2009-11-10
| * | | Show usage string for 'git cherry -h'Jonathan Nieder2009-11-09
* | | | Merge branch 'jk/maint-format-patch-p-suppress-stat'Junio C Hamano2009-11-10
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | format-patch: make "-p" suppress diffstatJeff King2009-11-08
| |/
* | Refactor pretty_print_commit arguments into a structThomas Rast2009-10-19
|/
* git-log: allow --decorate[=short|full]Lars Hjemli2009-08-18
* Merge branch 'js/maint-cover-letter-non-ascii'Junio C Hamano2009-08-16
|\
| * Correctly mark cover letters' encodings if they are not pure ASCIIJohannes Schindelin2009-08-10
* | Show usage string for 'git log -h', 'git show -h' and 'git diff -h'Matthieu Moy2009-08-07
* | show: add space between multiple itemsJeff King2009-07-19
* | show: suppress extra newline when showing annotated tagJeff King2009-07-19
|/
* Merge branch 'tr/die_errno'Junio C Hamano2009-07-06
|\
| * Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-27
* | Fix various sparse warnings in the git source codeLinus Torvalds2009-06-20
|/
* Merge branch 'sb/opt-filename'Junio C Hamano2009-05-31
|\
| * parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-25
| * Merge branch 'sb/format-patch-parseopt' into sb/opt-filenameJunio C Hamano2009-05-25
| |\
* | \ Merge branch 'sb/format-patch-parseopt'Junio C Hamano2009-05-31
|\ \ \ | | |/ | |/|
| * | format-patch: migrate to parse-options APIStephen Boyd2009-05-17
* | | t9139 uses ancient, backwards-compatible iconv namesEric Wong2009-05-30
|\ \ \ | |_|/ |/| |
| * | Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibilityBrandon Casey2009-05-18
| |/
* | format-patch let -k override a config-specified format.numberedJim Meyering2009-05-09
|/
* Merge branch 'sb/format-patch-patchname'Junio C Hamano2009-04-06
|\
| * format-patch: --attach/inline uses filename instead of SHA1Stephen Boyd2009-03-22
| * format-patch: move get_patch_filename() into log-treeStephen Boyd2009-03-22
| * format-patch: pass a commit to reopen_stdout()Stephen Boyd2009-03-22
| * format-patch: construct patch filename in one functionStephen Boyd2009-03-22
* | Add configuration variable for sign-off to format-patchHeiko Voigt2009-04-06
* | format-patch: add arbitrary email headersMichael Hendricks2009-03-27
|/
* Sync with maintJunio C Hamano2009-03-21
|\
| * format-patch: --numbered-files and --stdout aren't mutually exclusiveStephen Boyd2009-03-21
* | format-patch: Respect --quiet optionNate Case2009-03-18
* | Merge branch 'tr/format-patch-thread'Junio C Hamano2009-03-11
|\ \
| * | format-patch: support deep threadingThomas Rast2009-02-21
| * | format-patch: thread as reply to cover letter even with in-reply-toThomas Rast2009-02-21
| * | format-patch: track several referencesThomas Rast2009-02-21
| |/
* | Enable setting attach as the default in .gitconfig for git-format-patch.Jeremy White2009-02-12
|/
* 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