From: Junio C Hamano Date: Wed, 11 Mar 2009 20:48:07 +0000 (-0700) Subject: Merge branch 'tr/format-patch-thread' X-Git-Tag: v1.6.3-rc0~174 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5a5bd23486c5d8721f4654eadec75213d3dc074f?ds=inline;hp=-c Merge branch 'tr/format-patch-thread' * tr/format-patch-thread: format-patch: support deep threading format-patch: thread as reply to cover letter even with in-reply-to format-patch: track several references format-patch: threading test reactivation Conflicts: builtin-log.c --- 5a5bd23486c5d8721f4654eadec75213d3dc074f diff --combined Documentation/git-format-patch.txt index e7ae8cf109,4302b1490b..c14e3ee395 --- a/Documentation/git-format-patch.txt +++ b/Documentation/git-format-patch.txt @@@ -10,8 -10,7 +10,8 @@@ SYNOPSI -------- [verse] 'git format-patch' [-k] [-o | --stdout] [--thread] - [--attach[=] | --inline[=]] + [--attach[=] | --inline[=] | + [--no-attach]] [-s | --signoff] [] [-n | --numbered | -N | --no-numbered] [--start-number ] [--numbered-files] @@@ -118,19 -117,23 +118,27 @@@ include::diff-options.txt[ which is the commit message and the patch itself in the second part, with "Content-Disposition: attachment". +--no-attach:: + Disable the creation of an attachment, overriding the + configuration setting. + --inline[=]:: Create multipart/mixed attachment, the first part of which is the commit message and the patch itself in the second part, with "Content-Disposition: inline". - --thread:: + --thread[=