diff options
author | Denton Liu <liu.denton@gmail.com> | 2019-08-27 00:05:20 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-09-05 12:58:52 -0700 |
commit | 50094ca45f27b8bf5f4c234b2f2643ecd61b8c86 (patch) | |
tree | 36e38979b76008591505f37e8a4b6f6a5e06b0d1 /Documentation/config | |
parent | Doc: add more detail for git-format-patch (diff) | |
download | tgif-50094ca45f27b8bf5f4c234b2f2643ecd61b8c86.tar.xz |
config/format.txt: specify default value of format.coverLetter
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config')
-rw-r--r-- | Documentation/config/format.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/config/format.txt b/Documentation/config/format.txt index 414a5a8a9d..cb629fa769 100644 --- a/Documentation/config/format.txt +++ b/Documentation/config/format.txt @@ -77,6 +77,7 @@ format.coverLetter:: A boolean that controls whether to generate a cover-letter when format-patch is invoked, but in addition can be set to "auto", to generate a cover-letter only when there's more than one patch. + Default is false. format.outputDirectory:: Set a custom directory to store the resulting files instead of the |