http://bugs.freedesktop.org/show_bug.cgi?id=15708
--- Comment #13 from Alex Deucher <[EMAIL PROTECTED]> 2008-06-18 10:29:57 PST --- (In reply to comment #12) > I would be happy to use "git" to help troubleshoot, but I don't know what to > do. > > Is there a tutorial somewhere on how to use git to isolate a commit? > Building from git: 1. install build dependencies (xorg-dev packages) 2. checkout the ati git tree git clone git://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati 3. cd xf86-video-ati 4. ./autogen.sh --prefix=/usr 5. make 6. make install (as root) Bisecting with git: 1. git bisect start 2. git bisect bad 3. tell git 6.7.197 is good: git bisect good eb99c3c5c9a2249cb84920f0f225e525fc3a4144 4. build and install (see above) 5. if it's broken: git bisect bad if it's working: git bisect good 6. repeats steps 4 and 5 until you've found the bad commit. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
