doc: patch-id: don’t use semicolon between bullet points

These bullet points are full-fledged paragraphs with sentences. It’s best to restrict semicolon-termination to the case when the bullet list amounts to a list of items.[1] † 1: Like “List: ... • first; ... • second; and ... • third.” Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Kristoffer Haugsbakk committed Jan 8, 2026 at 07:28 UTC 3d61c1988b5d9468113dbe250e99eaabd3832090
1 file changed +1 -1
Documentation/git-patch-id.adoc
+1 -1
@@ -45,7 +45,7 @@ This is the default if `patchid.verbatim` is `true`.
45 with two different settings for `-O<orderfile>` result in the same
46 patch ID signature, thereby allowing the computed result to be used
47 as a key to index some meta-information about the change between
48 - the two trees;
48 + the two trees.
49
50 - Result is different from the value produced by git 1.9 and older
51 or produced when an "unstable" hash (see `--unstable` below) is