Signed-off-by: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx> --- Documentation/config.txt | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/Documentation/config.txt b/Documentation/config.txt index 5319df5..00b8f1f 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -705,6 +705,16 @@ fetch.unpackLimit:: especially on slow filesystems. If not set, the value of `transfer.unpackLimit` is used instead. +format.coverletter:: + A boolean variable, if enabled causes the creation of cover letters + for patch series without manually using the --cover-letter option + of linkgit:git-format-patch[1]. This variable defaults to "false". + +format.coveronepatch:: + If a patch series consists of only one patch, this boolean variable + decides whether to create a cover letter or not (if that is + requested). The default is "true". + format.numbered:: A boolean which can enable or disable sequence numbers in patch subjects. It defaults to "auto" which enables it only if there -- 1.6.2.2.446.gfbdc0 -- 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