Doc fix for git-reflog: mention @{...} syntax, and <ref> in synopsys.
commit97e92e2cbca3dc850d8b04b30740be8d81c17552
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Mon, 19 Nov 2007 18:25:11 +0000 (19 19:25 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Nov 2007 08:15:13 +0000 (20 00:15 -0800)
treef6de233d03a3fc134000ec5dc2d0002593b3e0e3
parentdec92309417d17cc35196efd018f15981f22b235
Doc fix for git-reflog: mention @{...} syntax, and <ref> in synopsys.

The HEAD@{...} syntax was documented in git-rev-parse manpage, which
is hard to find by someone looking for the documentation of porcelain.
git-reflog is probably the place where one expects to find this.

While I'm there, "git revlog show whatever" was also undocumented.

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-reflog.txt