aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-filter-branch.txt
diff options
context:
space:
mode:
authorJonas Fonseca <fonseca@diku.dk>2007-11-02 10:10:11 +0100
committerJunio C Hamano <gitster@pobox.com>2007-11-02 15:38:24 -0700
commit7b55eee77e11da162fb197a79b72af375ed0f1d0 (patch)
tree2f3780b639576b79467f66a6184a47681a0ba21a /Documentation/git-filter-branch.txt
parent136e6316705e9e83cbb09c2a9ac4cb29c3e4662d (diff)
downloadgit-7b55eee77e11da162fb197a79b72af375ed0f1d0.tar.gz
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>
Diffstat (limited to 'Documentation/git-filter-branch.txt')
-rw-r--r--Documentation/git-filter-branch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-filter-branch.txt b/Documentation/git-filter-branch.txt
index 385ecc900f..895d750310 100644
--- a/Documentation/git-filter-branch.txt
+++ b/Documentation/git-filter-branch.txt
@@ -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.