Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-05-16 03:10:49 +0400
committerJunio C Hamano <gitster@pobox.com>2011-05-16 03:10:49 +0400
commit06c0f42f94272980e367db82092fa1b702afc625 (patch)
treecddd4ab16be8b6d8cbd030442a78847084e28cd9 /Documentation
parentab02095ccdadbd819bf6e8c9aac5ecb6c03c7916 (diff)
parentb781cfaf426ee2d31c0d1bf838d399513ee31679 (diff)
Merge branch 'cn/format-patch-quiet' into maint
* cn/format-patch-quiet: format-patch: document --quiet option format-patch: don't pass on the --quiet flag
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-format-patch.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt
index a5525e9aa8..f4e959d662 100644
--- a/Documentation/git-format-patch.txt
+++ b/Documentation/git-format-patch.txt
@@ -20,7 +20,7 @@ SYNOPSIS
[--ignore-if-in-upstream]
[--subject-prefix=Subject-Prefix]
[--to=<email>] [--cc=<email>]
- [--cover-letter]
+ [--cover-letter] [--quiet]
[<common diff options>]
[ <since> | <revision range> ]
@@ -196,6 +196,9 @@ will want to ensure that threading is disabled for `git send-email`.
Note that the leading character does not have to be a dot; for example,
you can use `--suffix=-patch` to get `0001-description-of-my-change-patch`.
+--quiet::
+ Do not print the names of the generated files to standard output.
+
--no-binary::
Do not output contents of changes in binary files, instead
display a notice that those files changed. Patches generated