aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorHans Jerry Illikainen <hji@dyntopia.com>2017-12-10 06:53:57 +0000
committerJunio C Hamano <gitster@pobox.com>2017-12-12 10:51:38 -0800
commitca779e82c9f263dfdea2a73a4f5494b37bc8aae7 (patch)
tree7ec371c22e16762da499e79911037ba510acdde8 /Documentation
parent95ec6b1b3393eb6e26da40c565520a8db9796e9f (diff)
downloadgit-ca779e82c9f263dfdea2a73a4f5494b37bc8aae7.tar.gz
git-ca779e82c9f263dfdea2a73a4f5494b37bc8aae7.tar.xz
merge: add config option for verifySignatures
git merge --verify-signatures can be used to verify that the tip commit of the branch being merged in is properly signed, but it's cumbersome to have to specify that every time. Add a configuration option that enables this behaviour by default, which can be overridden by --no-verify-signatures. Signed-off-by: Hans Jerry Illikainen <hji@dyntopia.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/merge-config.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/merge-config.txt b/Documentation/merge-config.txt
index df3ea3779..12b6bbf59 100644
--- a/Documentation/merge-config.txt
+++ b/Documentation/merge-config.txt
@@ -26,6 +26,10 @@ merge.ff::
allowed (equivalent to giving the `--ff-only` option from the
command line).
+merge.verifySignatures::
+ If true, this is equivalent to the --verify-signatures command
+ line option. See linkgit:git-merge[1] for details.
+
include::fmt-merge-msg-config.txt[]
merge.renameLimit::