]> git.ipfire.org Git - thirdparty/git.git/commit
CodingGuidelines: move period inside parentheses
authorJosh Soref <jsoref@gmail.com>
Thu, 28 Dec 2023 04:55:16 +0000 (04:55 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Dec 2023 05:33:23 +0000 (21:33 -0800)
commit2d194548cb8c16d17925be0f0e8ce946eb6d1f6e
treedbdf68632be8e421006e3742e5794553b2b59455
parent564d0252ca632e0264ed670534a51d18a689ef5d
CodingGuidelines: move period inside parentheses

The contents within parenthesis should be omittable without resulting
in broken text.

Eliding the parenthesis left a period to end a run without any content.

Signed-off-by: Josh Soref <jsoref@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/CodingGuidelines