Samuel Wales <samolog...@gmail.com> writes: > I wonder if we can make a bisect tool that will use git bisect, load > org source, and let you tell git whether the bug exists. > > Samuel
Hi Samuel, Sure you can - it's called a script. If you can programmatically tell if it worked or not you can write a script that tests the commit and feeds the result to bisect. This is git bisect run Something like this: http://permalink.gmane.org/gmane.emacs.orgmode/18877 Regards, Bernt