From 1f01973ed55da3f4b5d2fc4097b94eab7cff7b20 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Mon, 4 Nov 2024 00:52:12 +0100 Subject: [PATCH] CONTRIBUTING.d/git: Specify format.thread=shallow Setting it to true is equivalent to "shallow", but set it explicitly. Signed-off-by: Alejandro Colomar --- CONTRIBUTING.d/git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.d/git b/CONTRIBUTING.d/git index 47f187f6f..5fe42ea29 100644 --- a/CONTRIBUTING.d/git +++ b/CONTRIBUTING.d/git @@ -24,7 +24,7 @@ Description Generate patch sets as a thread. - $ git config --global format.thread true; + $ git config --global format.thread shallow; git-merge(1) We sign all commits. You should verify the signatures on them. -- 2.47.2