[git-users] How to clone a particular revision?

2016-05-18 Thread hce h
Hi, I can get the latest revision number by command "git describe --tags", but how can I display a list of revisions or a particular revision based on the date of my commit id? Thank you. Kind regards, hce -- You received this message because you are subscribed to the Google Groups "Git fo

Re: [git-users] How to clone a particular revision?

2016-05-18 Thread Konstantin Khomoutov
On Wed, 18 May 2016 03:53:37 -0700 (PDT) hce h wrote: > I can get the latest revision number by command "git describe > --tags", but how can I display a list of revisions or a particular > revision based on the date of my commit id? It's unclear what you are asking because the message subject me

Re: [git-users] How to clone a particular revision?

2016-05-18 Thread Dale R. Worley
Konstantin Khomoutov writes: > Note that accessing commits by date is imprecise by its nature and, > while useful sometimes, might indicate you're trying to do something > wrong way. In particular, the effects of time-zones can cause revisions to not have the dates you expect them to. If you are