summaryrefslogtreecommitdiffstats
path: root/llvm/docs/Proposals/GitHubMove.rst
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2016-10-17 19:23:19 +0000
committerMehdi Amini <mehdi.amini@apple.com>2016-10-17 19:23:19 +0000
commit8b16663eb367f87377f21d7ce7249c0a14e196d6 (patch)
treef0f5470ec608873722b2a29501cc0429cb0b40d2 /llvm/docs/Proposals/GitHubMove.rst
parent14153552fdef97232551b72dfb28df01c2620394 (diff)
downloadbcm5719-llvm-8b16663eb367f87377f21d7ce7249c0a14e196d6.tar.gz
bcm5719-llvm-8b16663eb367f87377f21d7ce7249c0a14e196d6.zip
[doc] use double `` to prevent html output of merging double dash
llvm-svn: 284412
Diffstat (limited to 'llvm/docs/Proposals/GitHubMove.rst')
-rw-r--r--llvm/docs/Proposals/GitHubMove.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/Proposals/GitHubMove.rst b/llvm/docs/Proposals/GitHubMove.rst
index fbb1b040ce2..c1bdfb35928 100644
--- a/llvm/docs/Proposals/GitHubMove.rst
+++ b/llvm/docs/Proposals/GitHubMove.rst
@@ -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
OpenPOWER on IntegriCloud