Skip to content

Commit

Permalink
Remove escaping of '|' in manpage option sections
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jonas Fonseca authored and Junio C Hamano committed Nov 2, 2007
1 parent 136e631 commit 7b55eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/git-filter-branch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ definition impossible to preserve signatures at any rate.)
does this in the '.git-rewrite/' directory but you can override
that choice by this parameter.

-f\|--force::
-f|--force::
`git filter-branch` refuses to start with an existing temporary
directory or when there are already refs starting with
'refs/original/', unless forced.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-stripspace.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Remove multiple empty lines, and empty lines at beginning and end.

OPTIONS
-------
-s\|--strip-comments::
-s|--strip-comments::
In addition to empty lines, also strip lines starting with '#'.

<stream>::
Expand Down

0 comments on commit 7b55eee

Please sign in to comment.