doc: convert git stage to use synopsis block

Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Jean-Noël Avila committed Dec 20, 2025 at 19:16 UTC 5b35e736ddc5b1cad4a4e5e18a546b2f9c8f80d3
1 file changed +2 -2
Documentation/git-stage.adoc
+2 -2
@@ -8,8 +8,8 @@ git-stage - Add file contents to the staging area
8
9 SYNOPSIS
10 --------
11 -[verse]
12 -'git stage' <arg>...
11 +[synopsis]
12 +git stage <arg>...
13
14
15 DESCRIPTION