Carlos MartÃn Nieto <cmn@xxxxxxxx> writes: > Signed-off-by: Carlos MartÃn Nieto <cmn@xxxxxxxx> > --- > > I guess this should be squashed into the previous one. I forgot it > wasn't documented, partly because reading the commit log for > ec2956df59 (Nate Case, format-patch: Respect --quiet option) says the > man page suggests this should work. I don't think the manual page ever meant to say anything like that. It used to include generic "diff" options from manual pages from diff-tree and friends, but the "output" the description refers to is the diff output and later dropped by protecting the description in diff-options.txt with "ifndef::git-format-patch[]" in the Documentation/ sources. > @@ -192,6 +192,9 @@ will want to ensure that threading is disabled for `git send-email`. > filenames, use specified suffix. A common alternative is > `--suffix=.txt`. Leaving this empty will remove the `.patch` > suffix. > + > +--quiet:: > + Do not print the patch names to standard output. I see "filenames" in the context and that is "generated filenames". Be consistent and don't introduce an undefined term "patch names" here; it will lead to confusing readers to think as if the "generated filenames" and "patch names" are different things. -- 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