summaryrefslogtreecommitdiff
path: root/builtin-log.c
Commit message (Expand)AuthorAgeFilesLines
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-1352/+0
* Typofixes outside documentation areaJunio C Hamano2010-02-031-1/+1
* Merge branch 'jc/maint-limit-note-output'Junio C Hamano2010-01-221-0/+3
|\
| * Fix "log" family not to be too agressive about showing notesJunio C Hamano2010-01-201-0/+3
* | Merge branch 'jc/1.7.0-diff-whitespace-only-status'Junio C Hamano2009-12-261-1/+1
|\ \ | |/ |/|
| * diff: Rename QUIET internal option to QUICKJunio C Hamano2009-07-291-1/+1
* | Merge branch 'fc/maint-format-patch-pathspec-dashes'Junio C Hamano2009-11-301-1/+2
|\ \
| * | format-patch: fix parsing of "--" on the command lineFelipe Contreras2009-11-261-1/+2
* | | Merge branch 'bg/format-patch-doc-update'Junio C Hamano2009-11-201-7/+17
|\ \ \
| * | | format-patch: Add "--no-stat" as a synonym for "-p"Björn Gustavsson2009-11-101-2/+3
| * | | format-patch: Always generate a patchBjörn Gustavsson2009-11-101-7/+16
* | | | Merge branch 'jn/help-everywhere'Junio C Hamano2009-11-201-0/+9
|\ \ \ \
| * | | | Let 'git <command> -h' show usage without a git dirJonathan Nieder2009-11-101-0/+6
| * | | | Show usage string for 'git cherry -h'Jonathan Nieder2009-11-091-0/+3
* | | | | Merge branch 'jk/maint-format-patch-p-suppress-stat'Junio C Hamano2009-11-101-2/+7
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | format-patch: make "-p" suppress diffstatJeff King2009-11-081-2/+7
| |/ /
* | | Refactor pretty_print_commit arguments into a structThomas Rast2009-10-191-1/+2
|/ /
* | 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
|\