doc: clarify command equivalence comment

Documentation of command parsing for :(optional) includes a terse comment; expand it to be clearer to readers. Suggested-by: Phillip Wood <phillip.wood@dunelm.org.uk> Signed-off-by: D. Ben Knoble <ben.knoble+github@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

D. Ben Knoble committed Nov 2, 2025 at 11:17 UTC 2fd151af1393fb8b380820ef6d64a5241258a0b0
1 file changed +1 -1
Documentation/gitcli.adoc
+1 -1
@@ -223,7 +223,7 @@ Options that take a filename allow a prefix `:(optional)`. For example:
223
224 ----------------------------
225 git commit -F :(optional)COMMIT_EDITMSG
226 -# if COMMIT_EDITMSG does not exist, equivalent to
226 +# if COMMIT_EDITMSG does not exist, the above is equivalent to
227 git commit
228 ----------------------------
229