doc/rev-list-options: clarify "commit@{Nth}" for "-g" option
commit2b68222d72fcb899ac87d8d48f066b49b5182f28
authorJeff King <peff@peff.net>
Fri, 22 Jul 2016 19:51:19 +0000 (22 15:51 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Jul 2016 20:47:33 +0000 (22 13:47 -0700)
treeaa021aad13e4062854393066bbabc2050f047b9a
parente634160bf457f8b3a91125307681c9493f11afb2
doc/rev-list-options: clarify "commit@{Nth}" for "-g" option

When "log -g" shows "HEAD@{1}", "HEAD@{2}", etc, calling
that "commit@{Nth}" is not really accurate. The "HEAD" part
is really the refname. By saying "commit", a reader may
misunderstand that to mean something related to the specific
commit we are showing, not the ref whose reflog we are
traversing.

While we're here, let's also switch these instances to use
literal backticks, as our style guide recommends. As a
bonus, that lets us drop some asciidoc quoting.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt