Jeremy White <jwhite@xxxxxxxxxxxxxxx> writes: > diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt > index 11a7d77..f89f73c 100644 > --- a/Documentation/git-format-patch.txt > +++ b/Documentation/git-format-patch.txt > @@ -10,7 +10,8 @@ SYNOPSIS > -------- > [verse] > 'git format-patch' [-k] [-o <dir> | --stdout] [--thread] > - [--attach[=<boundary>] | --inline[=<boundary>]] > + [--attach[=<boundary>] | --inline[=<boundary>] | > + [--noattach]] Hmph, don't we usually do this with --no-attach? Especially when format-patch starts using parse_options, I suspect that would be how the API gives negated options natively. If there are no other issues people find in this patch, I'll amend it to use dash between no and attach and apply (hence no need to resend). Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html