emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: More build times


From: Tor Kringeland
Subject: Re: More build times
Date: Sat, 25 Jun 2022 13:51:37 +0000

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Is there a way to make git cough up the commit on the master branch for
> a specific date?  I.e., "what was the state on the master branch at
> Fri Jun 17 06:30:35 2022 +0200"?

Yes, someting like

  git rev-list -n 1 --before="Fri Jun 17 06:30:35 2022 +0200" master

should work.  And then pass the output to git checkout to check the
commit.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]