Junio C. Hamano wrote:
I somehow thought that it was possible to get "the latest tag
that precedes this commit" (aka "git describe") for each commit
by visiting its commitdiff_plain page, but I do not see it now.
Can somebody tell me if I am hallucinating?
No, as of now "commitdiff_plain" or "commit_plain" view shows either
git-name-rev information, or just tag if the tag points exactly at
given [child] commit, not git-describe information. Although it would
be fairly easy to add this information, though...
--
Jakub Narebski
Poland