From 303d287af0ec4792517e121e1292b987359e4b06 Mon Sep 17 00:00:00 2001 From: Mehdi Amini Date: Mon, 17 Oct 2016 19:23:19 +0000 Subject: [PATCH] [doc] use double `` to prevent html output of merging double dash git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284412 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Proposals/GitHubMove.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Proposals/GitHubMove.rst b/docs/Proposals/GitHubMove.rst index fbb1b040ce284..c1bdfb3592892 100644 --- a/docs/Proposals/GitHubMove.rst +++ b/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 `. 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 ``. 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