Jenny Hopkins hopkins.jenny@gmail.com
Does anyone use GIT?
I want to know if one can use git-archive to retrieve a tarball snapshot of head revision at or before an instructed date. Google is not being my friend.
We use git extensively. I think if you use git-log -1 --until=DATE to get the commit number of the head revision at or before that date, then you could just give that as the main option to git-archive, but I've not tested that.
The man pages are pretty good. No need to Google. Google is no-one's friend but its own.
Regards,