]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
CONTRIBUTING.d/git: Specify format.thread=shallow
authorAlejandro Colomar <alx@kernel.org>
Sun, 3 Nov 2024 23:52:12 +0000 (00:52 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sun, 3 Nov 2024 23:52:20 +0000 (00:52 +0100)
Setting it to true is equivalent to "shallow", but set it explicitly.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
CONTRIBUTING.d/git

index 47f187f6f7a67b719ce5d802f88d9fdb1b29b667..5fe42ea296c922b0e225407d98b3be9fc9744380 100644 (file)
@@ -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.