emacs-devel
[Top][All Lists]
Advanced

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

Re: More build times


From: Lars Ingebrigtsen
Subject: Re: More build times
Date: Sat, 25 Jun 2022 16:41:44 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Tor Kringeland <tor.kringeland@ntnu.no> writes:

> 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.

Unfortunately not.  What I'm using is:

larsi@ns3206854:/mnt/ram/bench$ git rev-list -n 1 --before="Fri Jun 17 00:00:00 
2022 +0200" HEAD
f419de6eca4ca6a6d03db1eec4b9086a3d1e5b86

Which gives me the commit that didn't exist in master at that point.  

larsi@ns3206854:/mnt/ram/bench$ git rev-list -n 1 --before="Fri Jun 17 00:00:00 
2022 +0200" master
f419de6eca4ca6a6d03db1eec4b9086a3d1e5b86

And this seems to give me the same thing.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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