summaryrefslogtreecommitdiffstats
path: root/git-format-patch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-08-23 14:56:43 -0700
committerJunio C Hamano <gitster@pobox.com>2017-08-23 14:56:43 -0700
commita4ff729866ec6f1eb3dc876e34a797b3b686dc5b (patch)
treeea1497b0544f71d26db3ef3875442796ca05066c /git-format-patch.txt
parent4b2a6c149b267a1120f1444a0951af13d7b36d69 (diff)
downloadgit-htmldocs-a4ff729866ec6f1eb3dc876e34a797b3b686dc5b.tar.gz
Autogenerated HTML docs for v2.14.1-310-g39566
Diffstat (limited to 'git-format-patch.txt')
-rw-r--r--git-format-patch.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/git-format-patch.txt b/git-format-patch.txt
index c890328b0..6cbe462a7 100644
--- a/git-format-patch.txt
+++ b/git-format-patch.txt
@@ -23,6 +23,7 @@ SYNOPSIS
[(--reroll-count|-v) <n>]
[--to=<email>] [--cc=<email>]
[--[no-]cover-letter] [--quiet] [--notes[=<ref>]]
+ [--progress]
[<common diff options>]
[ <since> | <revision range> ]
@@ -283,6 +284,9 @@ you can use `--suffix=-patch` to get `0001-description-of-my-change-patch`.
range are always formatted as creation patches, independently
of this flag.
+--progress::
+ Show progress reports on stderr as patches are generated.
+
CONFIGURATION
-------------
You can specify extra mail header lines to be added to each message,