Skip to content

Commit fc621bd

Browse files
jrngitster
authored andcommitted
Documentation: remove backslash before ~ in fast-import manual
Use the {tilde} entity to get a literal tilde without fuss. With \~, asciidoc 8.5.2 (and probably earlier versions) keeps the backslash in the output. Reported-by: Frédéric Brière <fbriere@fbriere.net> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent e1906c4 commit fc621bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-fast-export.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ marks the same across runs.
9393
[git-rev-list-args...]::
9494
A list of arguments, acceptable to 'git rev-parse' and
9595
'git rev-list', that specifies the specific objects and references
96-
to export. For example, `master\~10..master` causes the
96+
to export. For example, `master{tilde}10..master` causes the
9797
current master reference to be exported along with all objects
9898
added since its 10th ancestor commit.
9999

0 commit comments

Comments
 (0)