aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-11-04 00:52:12 +0100
committerAlejandro Colomar <alx@kernel.org>2024-11-04 00:52:20 +0100
commit1f01973ed55da3f4b5d2fc4097b94eab7cff7b20 (patch)
tree6a30230bf92a86507c1c741880e8bd3e2881f6a9
parentf278509791034b87951920377c8cf9d40870b895 (diff)
downloadman-pages-1f01973ed55da3f4b5d2fc4097b94eab7cff7b20.tar.gz
CONTRIBUTING.d/git: Specify format.thread=shallow
Setting it to true is equivalent to "shallow", but set it explicitly. Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--CONTRIBUTING.d/git2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.d/git b/CONTRIBUTING.d/git
index 47f187f6f7..5fe42ea296 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.