Re: [O] some kind of bisect tool

2011-05-26 Thread Carsten Dominik
On 26.5.2011, at 00:20, Bernt Hansen wrote: Samuel Wales samolog...@gmail.com writes: Hi Bernt, My proposal is for an Emacs command, not a shell script. The command would load source for org-mode each time and provide a command that the user can use to provide feedback to git

[O] some kind of bisect tool

2011-05-25 Thread Samuel Wales
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 -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com I support the Whittemore-Peterson Institute (WPI) === I want to see the original (pre-hold) Lo et al.

Re: [O] some kind of bisect tool

2011-05-25 Thread Bernt Hansen
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

Re: [O] some kind of bisect tool

2011-05-25 Thread Samuel Wales
Hi Bernt, My proposal is for an Emacs command, not a shell script. The command would load source for org-mode each time and provide a command that the user can use to provide feedback to git interactively. It should ideally not depend on Magit. It should work in Emacs 22 and later versions.

Re: [O] some kind of bisect tool

2011-05-25 Thread Bernt Hansen
Samuel Wales samolog...@gmail.com writes: Hi Bernt, My proposal is for an Emacs command, not a shell script. The command would load source for org-mode each time and provide a command that the user can use to provide feedback to git interactively. It should ideally not depend on Magit.