From: Alexander v. G. <kal...@un...> - 2012-06-28 18:55:58
|
On 28.06.2012 12:13, Ronald P. Regensburg wrote: > I started to file issues with SheepShaver OSX here: > > https://github.com/cebix/macemu/issues > > I hope someone will look into these issues. More will follow. > > An important issue is that SheepShaver OSX appears to have lost the > ability to mount CD-ROMs sometime in the past few > months. I have no experience with GitHub and I do not know how to narrow > the issue down to a specific patch. With CVS > I used to download the source from different dates to see where a specific > issue appeared. Can that be done here as > well? How? git has a great feature for finding regressions called bisect http://webchick.net/node/99 http://alblue.bandlem.com/2011/07/git-tip-of-week-git-bisect.html you provide a known "good" revision, and a known "bad" revision. (you don't *have to provide the good revision... however it definitely narrows down the pool of all commits to tree since the beginning of time) Git then will start cutting the commits in half to narrow down where the problem started. -- Alex |