From c5b3e0f54950f983836970050406347ddf82b152 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 10 Nov 2009 14:06:41 -0800 Subject: [PATCH] git-describe.txt: formatting fix A multi-line SYNOPSIS description must be marked as [verse] Signed-off-by: Junio C Hamano --- Documentation/git-describe.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt index d7329eb4c0..78b9808aa3 100644 --- a/Documentation/git-describe.txt +++ b/Documentation/git-describe.txt @@ -8,6 +8,7 @@ git-describe - Show the most recent tag that is reachable from a commit SYNOPSIS -------- +[verse] 'git describe' [--all] [--tags] [--contains] [--abbrev=] ... 'git describe' [--all] [--tags] [--contains] [--abbrev=] --dirty[=] -- 2.11.4.GIT