Re: How to find closest tag when using git-bisect?

2016-09-08 Thread Carlo Caione
On Thu, Sep 8, 2016 at 12:56 PM, Louie Lu wrote: > Hi everyone, > > I'm trying to git-bisect for debugging, but how can I find the tag I need? > > for example, I'm find the file change at maybe commit > fc2bd799c7c79c84a59da6f9221370bc6f38c503, how to find the closest

How to find closest tag when using git-bisect?

2016-09-08 Thread Louie Lu
Hi everyone, I'm trying to git-bisect for debugging, but how can I find the tag I need? for example, I'm find the file change at maybe commit fc2bd799c7c79c84a59da6f9221370bc6f38c503, how to find the closest tag for this commit? and a anther question is, is every bisect need to recopmile all