trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: April 2012

Re: [trinity-devel] TIME Frame 3/29 -> 4/10 kwrite crash introduced

From: "Timothy Pearson" <kb9vqf@...>
Date: Mon, 30 Apr 2012 21:55:33 -0500
>> ---------------------------------------------------------------------
>
> Got it! Excellent explanation! That is the practical - this is how to
> reset your
> tree to an earlier point in time I need. I had a bunch to do today, but I
> will
> have a bit of time tomorrow to focus on this problem. I'll start at 4/4
> and work
> backwards. I've been through each commit in the
> http://trinitydesktop.org/patches/ list and looking and looking at the
> diffs for
> likely ones by title (and even the unlikely ones) didn't turn up anything.
> It is
> truly a bisect and build problem. bummer ... :)
>

Beware that the correct method is actually to do this from within each
module (tdelibs/, tdebase/, etc.):
git reset --hard HEAD
git checkout <hash>

Tim