| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-02-22 | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 1 | -1352/+0 |
| 2010-02-03 | Typofixes outside documentation area | Junio C Hamano | 1 | -1/+1 |
| 2010-01-22 | Merge branch 'jc/maint-limit-note-output' | Junio C Hamano | 1 | -0/+3 |
| 2010-01-20 | Fix "log" family not to be too agressive about showing notes | Junio C Hamano | 1 | -0/+3 |
| 2009-12-26 | Merge branch 'jc/1.7.0-diff-whitespace-only-status' | Junio C Hamano | 1 | -1/+1 |
| 2009-11-30 | Merge branch 'fc/maint-format-patch-pathspec-dashes' | Junio C Hamano | 1 | -1/+2 |
| 2009-11-26 | format-patch: fix parsing of "--" on the command line | Felipe Contreras | 1 | -1/+2 |
| 2009-11-20 | Merge branch 'bg/format-patch-doc-update' | Junio C Hamano | 1 | -7/+17 |
| 2009-11-20 | Merge branch 'jn/help-everywhere' | Junio C Hamano | 1 | -0/+9 |
| 2009-11-10 | Merge branch 'jk/maint-format-patch-p-suppress-stat' | Junio C Hamano | 1 | -2/+7 |
| 2009-11-10 | Let 'git <command> -h' show usage without a git dir | Jonathan Nieder | 1 | -0/+6 |
| 2009-11-10 | format-patch: Add "--no-stat" as a synonym for "-p" | Björn Gustavsson | 1 | -2/+3 |
| 2009-11-10 | format-patch: Always generate a patch | Björn Gustavsson | 1 | -7/+16 |
| 2009-11-09 | Show usage string for 'git cherry -h' | Jonathan Nieder | 1 | -0/+3 |
| 2009-11-08 | format-patch: make "-p" suppress diffstat | Jeff King | 1 | -2/+7 |
| 2009-10-19 | Refactor pretty_print_commit arguments into a struct | Thomas Rast | 1 | -1/+2 |
| 2009-08-18 | git-log: allow --decorate[=short|full] | Lars Hjemli | 1 | -2/+14 |
| 2009-08-16 | Merge branch 'js/maint-cover-letter-non-ascii' | Junio C Hamano | 1 | -0/+4 |
| 2009-08-10 | Correctly mark cover letters' encodings if they are not pure ASCII | Johannes Schindelin | 1 | -0/+4 |
| 2009-08-07 | Show usage string for 'git log -h', 'git show -h' and 'git diff -h' | Matthieu Moy | 1 | -0/+6 |
| 2009-07-29 | diff: Rename QUIET internal option to QUICK | Junio C Hamano | 1 | -1/+1 |
| 2009-07-19 | show: add space between multiple items | Jeff King | 1 | -0/+6 |
| 2009-07-19 | show: suppress extra newline when showing annotated tag | Jeff King | 1 | -1/+1 |
| 2009-07-06 | Merge branch 'tr/die_errno' | Junio C Hamano | 1 | -2/+2 |
| 2009-06-27 | Use die_errno() instead of die() when checking syscalls | Thomas Rast | 1 | -2/+2 |
| 2009-06-20 | Fix various sparse warnings in the git source code | Linus Torvalds | 1 | -2/+2 |
| 2009-05-31 | Merge branch 'sb/opt-filename' | Junio C Hamano | 1 | -1/+1 |
| 2009-05-31 | Merge branch 'sb/format-patch-parseopt' | Junio C Hamano | 1 | -100/+160 |
| 2009-05-30 | t9139 uses ancient, backwards-compatible iconv names | Eric Wong | 1 | -1/+1 |
| 2009-05-25 | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 1 | -1/+1 |
| 2009-05-25 | Merge branch 'sb/format-patch-parseopt' into sb/opt-filename | Junio C Hamano | 1 | -100/+160 |
| 2009-05-18 | Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibility | Brandon Casey | 1 | -1/+1 |
| 2009-05-17 | format-patch: migrate to parse-options API | Stephen Boyd | 1 | -97/+158 |
| 2009-05-09 | format-patch let -k override a config-specified format.numbered | Jim Meyering | 1 | -1/+13 |
| 2009-04-06 | Merge branch 'sb/format-patch-patchname' | Junio C Hamano | 1 | -88/+43 |
| 2009-04-06 | Add configuration variable for sign-off to format-patch | Heiko Voigt | 1 | -7/+16 |
| 2009-03-27 | format-patch: add arbitrary email headers | Michael Hendricks | 1 | -0/+2 |
| 2009-03-22 | format-patch: --attach/inline uses filename instead of SHA1 | Stephen Boyd | 1 | -4/+4 |
| 2009-03-22 | format-patch: move get_patch_filename() into log-tree | Stephen Boyd | 1 | -24/+0 |
| 2009-03-22 | format-patch: pass a commit to reopen_stdout() | Stephen Boyd | 1 | -28/+39 |
| 2009-03-22 | format-patch: construct patch filename in one function | Stephen Boyd | 1 | -65/+33 |
| 2009-03-21 | Sync with maint | Junio C Hamano | 1 | -2/+0 |
| 2009-03-21 | format-patch: --numbered-files and --stdout aren't mutually exclusive | Stephen Boyd | 1 | -2/+0 |
| 2009-03-18 | format-patch: Respect --quiet option | Nate Case | 1 | -4/+6 |
| 2009-03-11 | Merge branch 'tr/format-patch-thread' | Junio C Hamano | 1 | -12/+54 |
| 2009-02-21 | format-patch: support deep threading | Thomas Rast | 1 | -4/+31 |
| 2009-02-21 | format-patch: thread as reply to cover letter even with in-reply-to | Thomas Rast | 1 | -5/+15 |
| 2009-02-21 | format-patch: track several references | Thomas Rast | 1 | -4/+10 |
| 2009-02-12 | Enable setting attach as the default in .gitconfig for git-format-patch. | Jeremy White | 1 | -0/+19 |
| 2009-01-21 | Merge branch 'jc/maint-format-patch-o-relative' | Junio C Hamano | 1 | -3/+25 |
| 2009-01-17 | Merge branch 'jc/maint-format-patch' | Junio C Hamano | 1 | -0/+7 |
| 2009-01-13 | Merge branch 'mh/cherry-default' | Junio C Hamano | 1 | -2/+14 |
| 2009-01-12 | Teach format-patch to handle output directory relative to cwd | Junio C Hamano | 1 | -3/+25 |
| 2009-01-10 | format-patch: show patch text for the root commit | Junio C Hamano | 1 | -0/+7 |
| 2009-01-05 | remove trailing LF in die() messages | Alexander Potashev | 1 | -1/+1 |
| 2009-01-05 | Documentation: clarify which parameters are optional to git-cherry | Markus Heidelberg | 1 | -1/+1 |
| 2009-01-05 | show <tag>: reuse pp_user_info() instead of duplicating code | Johannes Schindelin | 1 | -15/+6 |
| 2009-01-01 | git-cherry: make <upstream> parameter optional | Markus Heidelberg | 1 | -2/+14 |
| 2008-12-15 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+7 |
| 2008-12-15 | git-show: do not segfault when showing a bad tag | Junio C Hamano | 1 | -1/+7 |
| 2008-12-07 | reorder ALLOW_TEXTCONV option setting | Jeff King | 1 | -1/+1 |
| 2008-11-12 | Merge branch 'lt/decorate' | Junio C Hamano | 1 | -2/+3 |
| 2008-11-04 | Make '--decorate' set an explicit 'show_decorations' flag | Linus Torvalds | 1 | -2/+1 |
| 2008-11-04 | Add a 'source' decorator for commits | Linus Torvalds | 1 | -0/+2 |
| 2008-10-26 | userdiff: require explicitly allowing textconv | Jeff King | 1 | -0/+1 |
| 2008-10-18 | format-patch: autonumber by default | Brian Gernhardt | 1 | -1/+2 |
| 2008-10-12 | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 1 | -9/+4 |
| 2008-09-19 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2008-09-19 | Typo "bogos" in format-patch error message. | Mikael Magnusson | 1 | -1/+1 |
| 2008-09-04 | move load_ref_decorations() to log-tree.c and export it | René Scharfe | 1 | -35/+0 |
| 2008-09-04 | log: add load_ref_decorations() | René Scharfe | 1 | -2/+10 |
| 2008-08-26 | format-patch: use default diff format even with patch options | Jeff King | 1 | -1/+2 |
| 2008-08-20 | Merge branch 'pm/log-exit-code' | Junio C Hamano | 1 | -1/+10 |
| 2008-08-19 | git format-patch: avoid underrun when format.headers is empty or all NLs | Jim Meyering | 1 | -1/+1 |
| 2008-08-17 | Teach git log --exit-code to return an appropriate exit code | Peter Valdemar Mørch | 1 | -4/+4 |
| 2008-08-17 | Teach git log --check to return an appropriate exit code | Peter Valdemar Mørch | 1 | -0/+9 |
| 2008-07-16 | Merge branch 'sb/dashless' | Junio C Hamano | 1 | -1/+1 |
| 2008-07-15 | add context pointer to read_tree_recursive() | René Scharfe | 1 | -2/+2 |
| 2008-07-13 | Make usage strings dash-less | Stephan Beyer | 1 | -1/+1 |
| 2008-07-05 | builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix' and 'for... | Brian Hetro | 1 | -12/+4 |
| 2008-07-01 | Fix 'git show' on signed tag of signed tag of commit | Thomas Rast | 1 | -1/+1 |
| 2008-05-25 | Merge branch 'js/config-cb'v1.5.6-rc0 | Junio C Hamano | 1 | -9/+9 |
| 2008-05-23 | Add log.date config variable | Heikki Orsila | 1 | -0/+10 |
| 2008-05-14 | Merge branch 'mv/format-cc' | Junio C Hamano | 1 | -0/+7 |
| 2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -9/+9 |
| 2008-05-11 | git-format-patch: add --no-binary to omit binary changes in the patch. | Caio Marcelo de Oliveira Filho | 1 | -1/+4 |
| 2008-05-03 | Remove dead code: show_log() sep argument and diff_options.msg_sep | Adam Simpkins | 1 | -1/+0 |
| 2008-04-29 | git-format-patch: add a new format.cc configuration variable | Miklos Vajna | 1 | -0/+7 |
| 2008-04-10 | log: teach "terminator" vs "separator" mode to "--pretty=format" | Junio C Hamano | 1 | -1/+2 |
| 2008-03-15 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+4 |
| 2008-03-05 | log/show/whatchanged: introduce format.pretty configuration | Denis Cheng | 1 | -0/+5 |
| 2008-03-02 | format-patch: wrap cover-letter's shortlog sensibly | Johannes Schindelin | 1 | -0/+4 |
| 2008-03-02 | format-patch: use the diff options for the cover letter, too | Johannes Schindelin | 1 | -2/+2 |
| 2008-02-29 | Use diff_tree() directly in making cover letter | Daniel Barkalow | 1 | -14/+11 |
| 2008-02-27 | format-patch: remove a leftover debugging message | Junio C Hamano | 1 | -1/+0 |
| 2008-02-27 | Merge branch 'db/cover-letter' | Junio C Hamano | 1 | -83/+259 |
| 2008-02-25 | Improve collection of information for format-patch --cover-letter | Daniel Barkalow | 1 | -24/+28 |
| 2008-02-20 | Merge branch 'mk/color' | Junio C Hamano | 1 | -0/+17 |
| 2008-02-19 | Support a --cc=<email> option in format-patch | Daniel Barkalow | 1 | -0/+4 |
| 2008-02-19 | Combine To: and Cc: headers | Daniel Barkalow | 1 | -14/+64 |
| 2008-02-19 | Fix format.headers not ending with a newline | Daniel Barkalow | 1 | -2/+6 |
| 2008-02-19 | Add a --cover-letter option to format-patch | Daniel Barkalow | 1 | -58/+174 |
| 2008-02-19 | Improve message-id generation flow control for format-patch | Daniel Barkalow | 1 | -15/+14 |
| 2008-02-18 | Add color.ui variable which globally enables colorization if set | Matthias Kestenholz | 1 | -0/+17 |
| 2008-02-17 | check return code of prepare_revision_walk | Martin Koegler | 1 | -4/+8 |
| 2008-02-11 | builtin-log.c: guard config parser from value=NULL | Junio C Hamano | 1 | -3/+2 |
| 2008-02-11 | builtin-log.c: guard config parser from value=NULL | Junio C Hamano | 1 | -1/+1 |
| 2007-12-19 | git show <tag>: show the tagger | Johannes Schindelin | 1 | -7/+31 |
| 2007-12-12 | Merge branch 'jc/shortlog-e' | Junio C Hamano | 1 | -4/+1 |
| 2007-12-11 | shortlog: default to HEAD when the standard input is a tty | Junio C Hamano | 1 | -4/+1 |
| 2007-12-09 | Re-fix "builtin-commit: fix --signoff" | Junio C Hamano | 1 | -2/+2 |
| 2007-11-18 | Merge branch 'lt/rev-list-interactive' | Junio C Hamano | 1 | -0/+123 |
| 2007-11-18 | Merge branch 'ph/diffopts' | Junio C Hamano | 1 | -14/+10 |
| 2007-11-14 | Fix parent rewriting in --early-output | Linus Torvalds | 1 | -1/+1 |
| 2007-11-11 | Make the diff_options bitfields be an unsigned with explicit masks. | Pierre Habouzit | 1 | -14/+10 |
| 2007-11-05 | revision walker: mini clean-up | Linus Torvalds | 1 | -8/+2 |
| 2007-11-05 | Enhance --early-output format | Linus Torvalds | 1 | -13/+75 |
| 2007-11-04 | format-patch: Add configuration and off switch for --numbered | Brian Gernhardt | 1 | -1/+18 |
| 2007-11-04 | Add "--early-output" log flag for interactive GUI use | Linus Torvalds | 1 | -0/+67 |
| 2007-11-01 | format-patch -s: add MIME encoding header if signer's name requires so | Junio C Hamano | 1 | -1/+1 |
| 2007-09-18 | Use xmemdupz() in many places. | Pierre Habouzit | 1 | -10/+2 |
| 2007-09-18 | Merge branch 'master' into ph/strbuf | Junio C Hamano | 1 | -1/+30 |
| 2007-09-14 | git-format-patch --in-reply-to: accept <message@id> with angle brackets | Junio C Hamano | 1 | -1/+30 |
| 2007-09-10 | Rework pretty_print_commit to use strbufs instead of custom buffers. | Pierre Habouzit | 1 | -6/+6 |
| 2007-08-28 | "format-patch --root rev" is the way to show everything. | Junio C Hamano | 1 | -3/+10 |
| 2007-08-28 | Porcelain level "log" family should recurse when diffing. | Junio C Hamano | 1 | -2/+1 |
| 2007-07-04 | Handle format.subjectprefix for every command which accepts --pretty | Alex Riesen | 1 | -7/+8 |
| 2007-07-02 | format-patch: Add format.subjectprefix config option | Adam Roben | 1 | -0/+9 |
| 2007-06-27 | git-log: detect dup and fdopen failure | Jim Meyering | 1 | -1/+1 |
| 2007-06-22 | Finally implement "git log --follow" | Linus Torvalds | 1 | -0/+5 |
| 2007-06-13 | Lift 16kB limit of log message output | Junio C Hamano | 1 | -2/+4 |
| 2007-06-09 | cmd_log_init: remove parsing of --encoding command line parameter | Jeff King | 1 | -7/+1 |
| 2007-06-06 | Add the --numbered-files option to git-format-patch. | Jon Loeliger | 1 | -41/+56 |
| 2007-05-14 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2007-05-14 | builtin-log.c: Fix typo in comment | Frank Lichtenheld | 1 | -1/+1 |
| 2007-04-16 | Add support for "commit name decorations" to log family of commands | Linus Torvalds | 1 | -2/+32 |
| 2007-04-12 | Merge branch 'jc/cherry' | Junio C Hamano | 1 | -31/+13 |
| 2007-04-12 | Fix git {log,show,...} --pretty=email | Junio C Hamano | 1 | -1/+0 |
| 2007-04-11 | Refactor patch-id filtering out of git-cherry and git-format-patch. | Junio C Hamano | 1 | -31/+13 |
| 2007-04-11 | Add custom subject prefix support to format-patch (take 3) | Robin H. Johnson | 1 | -2/+8 |
| 2007-03-19 | Replace remaining instances of strdup with xstrdup. | James Bowes | 1 | -1/+1 |
| 2007-03-04 | format-patch: add --inline option and make --attach a true attachment | Johannes Schindelin | 1 | -2/+14 |
| 2007-02-27 | convert object type handling from a string to a number | Nicolas Pitre | 1 | -2/+2 |
| 2007-02-24 | Merge branch 'maint' | Junio C Hamano | 1 | -7/+21 |
| 2007-02-24 | Limit filename for format-patch | Robin Rosenberg | 1 | -7/+21 |
| 2007-02-20 | Mechanical conversion to use prefixcmp() | Junio C Hamano | 1 | -6/+6 |
| 2007-02-08 | git reflog show | Linus Torvalds | 1 | -0/+32 |
| 2007-01-28 | Don't force everybody to call setup_ident(). | Junio C Hamano | 1 | -1/+0 |
| 2007-01-25 | Allow non-developer to clone, checkout and fetch more easily. | Junio C Hamano | 1 | -1/+1 |
| 2007-01-22 | format-patch: fix bug with --stdout in a subdirectory | Jeff King | 1 | -1/+1 |
| 2007-01-20 | --walk-reflogs: do not crash with cyclic reflog ancestry | Johannes Schindelin | 1 | -2/+5 |
| 2007-01-17 | git-format-patch: the default suffix is now .patch, not .txt | Junio C Hamano | 1 | -1/+1 |
| 2007-01-17 | git-format-patch: make --binary on by default | Junio C Hamano | 1 | -0/+3 |
| 2007-01-17 | Add --summary to git-format-patch by default | Junio C Hamano | 1 | -1/+1 |
| 2007-01-17 | git-format-patch -3 | Junio C Hamano | 1 | -2/+7 |
| 2007-01-17 | git-format-patch: do not crash with format.headers without value. | Junio C Hamano | 1 | -1/+5 |
| 2007-01-17 | Introduce 'git-format-patch --suffix=.patch' | Junio C Hamano | 1 | -3/+16 |
| 2006-12-27 | UTF-8: introduce i18n.logoutputencoding. | Junio C Hamano | 1 | -5/+2 |
| 2006-12-26 | Teach log family --encoding | Junio C Hamano | 1 | -2/+17 |
| 2006-12-20 | simplify inclusion of system header files. | Junio C Hamano | 1 | -2/+0 |
| 2006-12-14 | git-show: grok blobs, trees and tags, too | Johannes Schindelin | 1 | -1/+81 |
| 2006-12-13 | Allow subcommand.color and color.subcommand color configuration | Andy Parkins | 1 | -1/+1 |
| 2006-11-24 | config option log.showroot to show the diff of root commits | Peter Baumann | 1 | -4/+16 |
| 2006-10-26 | Make git-cherry handle root trees | Rene Scharfe | 1 | -2/+5 |
| 2006-10-23 | Built-in cherry | Rene Scharfe | 1 | -0/+106 |
| 2006-09-28 | git-format-patch: fix bug using -o in subdirectories | Matthias Lederhofer | 1 | -2/+3 |
| 2006-09-28 | format-patch: use cwd as default output directory | Matthias Lederhofer | 1 | -0/+2 |
| 2006-08-26 | Use xrealloc instead of realloc | Jonas Fonseca | 1 | -2/+2 |
| 2006-08-04 | Allow config file to specify Signed-off-by identity in format-patch. | Ramsay Jones | 1 | -1/+1 |
| 2006-07-31 | Builtins: control the use of pager from the command table. | Junio C Hamano | 1 | -1/+0 |
| 2006-07-29 | Call setup_git_directory() much earlier | Linus Torvalds | 1 | -15/+10 |
| 2006-07-28 | Call setup_git_directory() early | Linus Torvalds | 1 | -8/+10 |
| 2006-07-27 | log and diff family: honor config even from subdirectories | Junio C Hamano | 1 | -3/+6 |
| 2006-07-14 | builtin-log: typefix for recent format-patch changes. | Junio C Hamano | 1 | -3/+6 |
| 2006-07-14 | Add option to set initial In-Reply-To/References | Josh Triplett | 1 | -0/+10 |
| 2006-07-14 | Add option to enable threading headers | Josh Triplett | 1 | -8/+13 |
| 2006-07-14 | git-format-patch: Make the second and subsequent mails replies to the first | Josh Triplett | 1 | -0/+23 |
| 2006-07-09 | Merge branch 'ew/diff' | Junio C Hamano | 1 | -4/+4 |
| 2006-07-09 | Disable color detection during format-patch | Ryan Anderson | 1 | -0/+3 |
| 2006-07-08 | diff: do not use configuration magic at the core-level | Junio C Hamano | 1 | -4/+4 |
| 2006-07-07 | builtin-log: respect diff configuration options | Eric Wong | 1 | -2/+5 |
| 2006-07-05 | Merge branch 'th/diff' | Junio C Hamano | 1 | -18/+21 |
| 2006-06-29 | format-patch: fix diff format option implementation | Junio C Hamano | 1 | -1/+2 |
| 2006-06-27 | format-patch: use clear_commit_marks() instead of some ad-hockery | Johannes Schindelin | 1 | -10/+4 |
| 2006-06-27 | log --raw: Don't descend into subdirectories by default | Timo Hirvonen | 1 | -1/+0 |
| 2006-06-26 | whatchanged: Default to DIFF_FORMAT_RAW | Timo Hirvonen | 1 | -11/+16 |
| 2006-06-26 | Add msg_sep to diff_options | Timo Hirvonen | 1 | -0/+1 |
| 2006-06-26 | DIFF_FORMAT_RAW is not default anymore | Timo Hirvonen | 1 | -4/+1 |
| 2006-06-26 | Set default diff output format after parsing command line | Timo Hirvonen | 1 | -1/+3 |
| 2006-06-26 | Merge with_raw, with_stat and summary variables to output_format | Timo Hirvonen | 1 | -3/+1 |
| 2006-06-26 | format-patch: introduce "--ignore-if-in-upstream" | Johannes Schindelin | 1 | -0/+80 |
| 2006-06-24 | Rename safe_strncpy() to strlcpy(). | Peter Eriksen | 1 | -1/+1 |
| 2006-06-19 | Add "named object array" concept | Linus Torvalds | 1 | -2/+2 |
| 2006-06-17 | Fix git-format-patch -s | Eric W. Biederman | 1 | -2/+5 |
| 2006-06-17 | Some more memory leak avoidance | Linus Torvalds | 1 | -0/+2 |
| 2006-06-16 | gitweb.cgi history not shown | Linus Torvalds | 1 | -0/+1 |
| 2006-06-16 | Implement safe_strncpy() as strlcpy() and use it more. | Peter Eriksen | 1 | -1/+1 |
| 2006-06-06 | git-format-patch: add --output-directory long option again | Junio C Hamano | 1 | -10/+16 |
| 2006-06-02 | format-patch: resurrect extra headers from config | Johannes Schindelin | 1 | -0/+20 |
| 2006-05-31 | format-patch --signoff | Junio C Hamano | 1 | -2/+16 |