commit | 209f129857bddd653e4ea2af2d310cbb8d8c8b5f | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Thu Feb 08 01:35:37 2007 -0500 |
committer | Shawn O. Pearce <spearce@spearce.org> | Thu Feb 08 01:35:37 2007 -0500 |
tree | c8a963ac460e3cfc944566b37c12a5e816d0a913 | |
parent | bdd9f4240f3686ca9beb14d803772995b43f39d5 [diff] |
Correct ^0 asciidoc syntax in fast-import docs. I wrote this documentation with asciidoc 7.1.2, but apparently asciidoc 8 assumes ^ means superscript. The solution was already documented in rev-parse's manpage and is to use {caret} instead. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>