On 2015-08-18 14:35, FreeMan wrote: > I use to use svn, in my plan change to use "git" but need time for > learning and change to scripts.
'git bisect' is your friend. http://git-scm.com/book/en/v1/Git-Tools-Debugging-with-Git#Binary-Search This makes it so easy to find an offending commit. If you could create a small test project that returns true or false if something works or not you can even automate the whole process and get to the offending commit in seconds. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
