]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ah/format-patch-thread-doc'
authorJunio C Hamano <gitster@pobox.com>
Fri, 21 Apr 2023 22:35:04 +0000 (15:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Apr 2023 22:35:05 +0000 (15:35 -0700)
Doc update.

* ah/format-patch-thread-doc:
  format-patch: correct documentation of --thread without an argument

1  2 
Documentation/git-format-patch.txt
t/t4014-format-patch.sh

Simple merge
index 7f1d4e8d585f0008ba8d7383d3eb46c4994304e5,b27a72f78a81b7bc438d552f625de1204fe43214..3cf2b7a7fb70ec272d9f12294a26e2a1685c5999
@@@ -470,9 -470,14 +470,14 @@@ test_expect_success 'thread' 
        check_threading expect.thread --thread main
  '
  
+ test_expect_success '--thread overrides format.thread=deep' '
+       test_config format.thread deep &&
+       check_threading expect.thread --thread main
+ '
  cat >expect.in-reply-to <<EOF
  ---
 -Message-Id: <0>
 +Message-ID: <0>
  In-Reply-To: <1>
  References: <1>
  ---