From: Jonathan Nieder Date: Fri, 20 Aug 2010 10:34:29 +0000 (-0500) Subject: Documentation: remove backslash before ~ in fast-import manual X-Git-Tag: v1.7.3-rc0~15^2~6 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=fc621bd08aefb9e81c85998247197137f383aa3d;p=git-core%2Fgit.git 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 Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-fast-export.txt b/Documentation/git-fast-export.txt index 98ec6b587..cbc31c1fa 100644 --- a/Documentation/git-fast-export.txt +++ b/Documentation/git-fast-export.txt @@ -93,7 +93,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.