On Tue, Jun 1, 2010 at 4:05 PM, Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx> wrote: > Roy Lee venit, vidit, dixit 01.06.2010 09:55: >> Hi Michael, >> > Well, as I wrote: HEAD@{datetimespec} for the HEAD, > branchname@{datetimespec} for a branch "branchname". datetimespec is > decribed in git rev-parse's manpage but can be what you'd think (e.g. > "date time") and more ("yesterday"). > If you really want to inspect the reflog (not the commits listed in the > reflog) use "git log -g" or, unsurprisingly, "git reflog". > >> Or any alternatives for developer to query this information. > > The reflog is local to the repo, which is why you would create tags on > the central repo based on the reflog there, if that is your "trusted > time and push reference source". Does this mean the tagging must be done on the server? Is there any way to query this information from a client repo, do the tagging locally, and than push the tag back to the server? Regards, Roy -- 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