Remove escaping of '|' in manpage option sections
The escaped were ending up verbatim in the generated documentation. Signed-off-by: Jonas Fonseca <fonseca@diku.dk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
136e631670
commit
7b55eee77e
@ -152,7 +152,7 @@ definition impossible to preserve signatures at any rate.)
|
|||||||
does this in the '.git-rewrite/' directory but you can override
|
does this in the '.git-rewrite/' directory but you can override
|
||||||
that choice by this parameter.
|
that choice by this parameter.
|
||||||
|
|
||||||
-f\|--force::
|
-f|--force::
|
||||||
`git filter-branch` refuses to start with an existing temporary
|
`git filter-branch` refuses to start with an existing temporary
|
||||||
directory or when there are already refs starting with
|
directory or when there are already refs starting with
|
||||||
'refs/original/', unless forced.
|
'refs/original/', unless forced.
|
||||||
|
@ -16,7 +16,7 @@ Remove multiple empty lines, and empty lines at beginning and end.
|
|||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-------
|
-------
|
||||||
-s\|--strip-comments::
|
-s|--strip-comments::
|
||||||
In addition to empty lines, also strip lines starting with '#'.
|
In addition to empty lines, also strip lines starting with '#'.
|
||||||
|
|
||||||
<stream>::
|
<stream>::
|
||||||
|
Reference in New Issue
Block a user