I'm trying to revert to older wine versions. But I think that this should be a little boring task, to do manually. So my idea is to create a script that, do this task automatically. Then, the steps that I thought was: - get the latest wine commit. - compile it and run the application. - get the debug output. - for each wine commit, do: - get an earlier commit. - compile it and run the application. - get the debug output. So I can let it testing without the need of doing it manually. Do anyone have a suggestion to this? I don't know too much about how git works, so I need some instructions.