diff options
| author | Alejandro Colomar <alx@kernel.org> | 2024-11-04 00:52:12 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2024-11-04 00:52:20 +0100 |
| commit | 1f01973ed55da3f4b5d2fc4097b94eab7cff7b20 (patch) | |
| tree | 6a30230bf92a86507c1c741880e8bd3e2881f6a9 | |
| parent | f278509791034b87951920377c8cf9d40870b895 (diff) | |
| download | man-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/git | 2 |
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. |
