diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-09-30 13:19:23 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-09-30 13:19:24 +0900 |
commit | 1c6fc941c7bc1a94eee9d14725c324dccd010776 (patch) | |
tree | d060783dcb82f20859984a2630aafebc92d39b41 /Documentation/config | |
parent | Merge branch 'bc/hash-independent-tests-part-5' (diff) | |
parent | config/format.txt: specify default value of format.coverLetter (diff) | |
download | tgif-1c6fc941c7bc1a94eee9d14725c324dccd010776.tar.xz |
Merge branch 'dl/format-patch-doc-test-cleanup'
The documentation and tests for "git format-patch" have been
cleaned up.
* dl/format-patch-doc-test-cleanup:
config/format.txt: specify default value of format.coverLetter
Doc: add more detail for git-format-patch
t4014: stop losing return codes of git commands
t4014: remove confusing pipe in check_threading()
t4014: use test_line_count() where possible
t4014: let sed open its own files
t4014: drop redirections to /dev/null
t4014: use indentable here-docs
t4014: remove spaces after redirect operators
t4014: use sq for test case names
t4014: move closing sq onto its own line
t4014: s/expected/expect/
t4014: drop unnecessary blank lines from test cases
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 |