summaryrefslogtreecommitdiffstats
path: root/git-fast-export.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-09-03 21:33:06 +0000
committerJunio C Hamano <junio@kernel.org>2010-09-03 21:33:06 +0000
commit2db3e750d172a78dadfb29235ad2a2c3c8d45a24 (patch)
tree1f66627398f37b23ec3af2697514d33d25060d96 /git-fast-export.txt
parentd7ae629d13f3242b66070b20f4bb83486948150a (diff)
downloadgit-htmldocs-2db3e750d172a78dadfb29235ad2a2c3c8d45a24.tar.gz
Autogenerated HTML docs for v1.7.2.3-313-gcd15
Diffstat (limited to 'git-fast-export.txt')
-rw-r--r--git-fast-export.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-fast-export.txt b/git-fast-export.txt
index 8a6a3cb25..fcad11327 100644
--- a/git-fast-export.txt
+++ b/git-fast-export.txt
@@ -99,7 +99,7 @@ marks the same across runs.
[git-rev-list-args...]::
A list of arguments, acceptable to 'git rev-parse' and
'git rev-list', that specifies the specific objects and references
- to export. For example, `master\~10..master` causes the
+ to export. For example, `master{tilde}10..master` causes the
current master reference to be exported along with all objects
added since its 10th ancestor commit.