[llvm] r284077 - Moving to GitHub - Unified Proposal

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 07:18:49 PDT 2016


On 12 October 2016 at 19:02, Mehdi Amini via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> +However, Git can emulate this increasing revision number:
> +`git rev-list --count <commit-hash>`. This identifier is unique only within a

It seems `--count` here rendered as an en dash (U+2013) on the web
site. When I copy the example I get:

```
% git rev-list –count HEAD
fatal: ambiguous argument '–count': unknown revision or path not in
the working tree.
```


More information about the llvm-commits mailing list