Matthieu Moy <Matthieu.Moy@xxxxxxx> writes: > 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. Thanks. The new HEAD@{N} description is concise and nice. > The subcommand "show" (which is also the default, in the absence of any > subcommands) will take all the normal log options, and show the log of > -`HEAD`, which will cover all recent actions, including branch switches. > +`HEAD`, or of the reference provided in the command-line, which will > +cover all recent actions, including branch switches. > It is basically an alias for 'git log -g --abbrev-commit > --pretty=oneline', see gitlink:git-log[1]. But the wording added with "While I'm there" change seems wrong to me. "..., which will cover all recent actions" is about the reflog attached to HEAD but the new phrase inserted in the middle makes it unclear. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html