aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-filter-branch.txt
diff options
context:
space:
mode:
authorMatthieu Moy <Matthieu.Moy@imag.fr>2016-06-28 13:40:12 +0200
committerJunio C Hamano <gitster@pobox.com>2016-06-28 08:36:45 -0700
commit04b125de7ead1bfa8fd3648293285b88f3c09af6 (patch)
tree689d848766dc139e57a914cf5b0932df596fde72 /Documentation/git-filter-branch.txt
parentbcf9626a71a0d90be65acc265ad0ec488d95d6ed (diff)
downloadgit-04b125de7ead1bfa8fd3648293285b88f3c09af6.tar.gz
doc: typeset '--' as literal
This was obtained with: perl -pi -e "s/'--'/\`--\`/g" *.txt Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> 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 060ebb35b3..0a09698c03 100644
--- a/Documentation/git-filter-branch.txt
+++ b/Documentation/git-filter-branch.txt
@@ -197,7 +197,7 @@ to other tags will be rewritten to point to the underlying commit.
<rev-list options>...::
Arguments for 'git rev-list'. All positive refs included by
these options are rewritten. You may also specify options
- such as `--all`, but you must use '--' to separate them from
+ such as `--all`, but you must use `--` to separate them from
the 'git filter-branch' options. Implies <<Remap_to_ancestor>>.