[doc] use double `` to prevent html output of merging double dash

llvm-svn: 284412
This commit is contained in:
Mehdi Amini 2016-10-17 19:23:19 +00:00
parent 9fd255e199
commit fc73512278

View File

@ -123,9 +123,9 @@ past discussions about Git:
- "Sequential IDs are important for LNT and llvmlab bisection tool." [MatthewsRevNum]_.
However, Git can emulate this increasing revision number:
`git rev-list --count <commit-hash>`. This identifier is unique only within a
single branch, but this means the tuple `(num, branch-name)` uniquely identifies
a commit.
``git rev-list --count <commit-hash>``. This identifier is unique only
within a single branch, but this means the tuple `(num, branch-name)` uniquely
identifies a commit.
We can thus use this revision number to ensure that e.g. `clang -v` reports a
user-friendly revision number (e.g. `master-12345` or `4.0-5321`), addressing