Noticed by Randal L. Schwartz, this is a fix proposed by
A Large Angry SCM.
Signed-off-by: Johannes Schindelin <redacted>
---
On Sat, 16 Dec 2006, A Large Angry SCM wrote:
> Randal L. Schwartz wrote:
> > asciidoc -b xhtml11 -d manpage -f asciidoc.conf git-merge-file.txt
> > ERROR: manpage document title is mandatory
> > ERROR: git-merge-file.txt: line 3: title not permitted in sidebar body
> > [...]
> > make[1]: *** [git-merge-file.html] Error 1
> > make: *** [doc] Error 2
>
> Add 5 "=" to line 2.
... which this patch does. This time, it is asciidoc-tested, too.
Documentation/git-merge-file.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/git-merge-file.txt b/Documentation/git-merge-file.txt
index 0b41d66..09fe24f 100644
--- a/Documentation/git-merge-file.txt
+++ b/Documentation/git-merge-file.txt
@@ -1,5 +1,5 @@
git-merge-file(1)
-============
+=================
NAME
----
--
1.4.4.2.ga4be2-dirty