Skip to content

Commit

Permalink
[doc] use double `` to prevent html output of merging double dash
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284412 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
joker-eph committed Oct 17, 2016
1 parent 6b54de2 commit 303d287
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Proposals/GitHubMove.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 303d287

Please sign in to comment.