Le lundi 17 septembre 2007, Shawn O. Pearce a écrit :
Christian Couder [off-list ref] wrote:
quoted
I don't know if that's what you are looking for but perhaps you could
use "git bisect run". You just need to pass it a script that returns 1
when it finds the changes and 0 otherwise. (See git-bisect man page.)
That's very inefficient to search for something...
Perhaps but you can search using whatever script or command you want/know.
You are not limited by those implemented in git.
You can also make it more efficient with "git bisect {start,good,bad}".
Regards,
Christian.