https://bugs.freedesktop.org/show_bug.cgi?id=95358
--- Comment #3 from Andy Furniss adf.lists@gmail.com --- (In reply to Felix Schwarz from comment #2)
(In reply to Andy Furniss from comment #1)
If I had more builds I guess I could narrow it down like that - but I don't and I don't know how get the historic head versions from git - is that possible?
Maybe I completely misunderstood your question but did you try "git checkout <COMMIT>"? As far as I can see the main challenge might be to get these commit ids as the DAL branches are rebased regularly, right?
Yea, I mainly test the non dal branch so it is the commit hashes I am missing.
I would need to be able to checkout based on date really I think.
"git reflog" might be an option but it might be a bit tedious to search through the big amount of commits.
Thanks, I've never used that before, it seems to be just a history of what I did, which doesn't really help as I wasn't on the dal branch mostly, but is useful to know for the future as its now worth me just switching around various branches even if I know I don't have time to build and test every one.
Saying that it looks like I did switch to it but didn't build, so I do have something else to try.