Re: [PATCH] Create '--merges-only' option for 'git bisect'

2018-05-01 Thread Johannes Schindelin
Hi Tiago, On Mon, 30 Apr 2018, Tiago Botelho wrote: > On Mon, Apr 30, 2018 at 12:31 PM, Johannes Schindelin > wrote: > > > >> > On Thu, 12 Apr 2018, Tiago Botelho wrote: > >> > > >> >> On Thu, Apr 12, 2018 at 9:58 AM, Christian Couder > >> >>

Re: [PATCH] Create '--merges-only' option for 'git bisect'

2018-04-30 Thread Tiago Botelho
On Mon, Apr 30, 2018 at 12:31 PM, Johannes Schindelin wrote: > Hi Tiago, > >> > On Thu, 12 Apr 2018, Tiago Botelho wrote: >> > >> >> On Thu, Apr 12, 2018 at 9:58 AM, Christian Couder >> >> wrote: >> >> > On Thu, Apr 12, 2018 at 9:49 AM,

Re: [PATCH] Create '--merges-only' option for 'git bisect'

2018-04-30 Thread Johannes Schindelin
Hi Tiago, > > On Thu, 12 Apr 2018, Tiago Botelho wrote: > > > >> On Thu, Apr 12, 2018 at 9:58 AM, Christian Couder > >> wrote: > >> > On Thu, Apr 12, 2018 at 9:49 AM, Harald Nordgren > >> > wrote: > >> >> I think it looks similar. But if I'm

Re: [PATCH] Create '--merges-only' option for 'git bisect'

2018-04-12 Thread Tiago Botelho
On Thu, Apr 12, 2018 at 12:53 PM, Johannes Schindelin wrote: > Hi Tiago, > > On Thu, 12 Apr 2018, Tiago Botelho wrote: > >> On Thu, Apr 12, 2018 at 9:58 AM, Christian Couder >> wrote: >> > On Thu, Apr 12, 2018 at 9:49 AM, Harald Nordgren >>

Re: [PATCH] Create '--merges-only' option for 'git bisect'

2018-04-12 Thread Johannes Schindelin
Hi Tiago, On Thu, 12 Apr 2018, Tiago Botelho wrote: > On Thu, Apr 12, 2018 at 9:58 AM, Christian Couder > wrote: > > On Thu, Apr 12, 2018 at 9:49 AM, Harald Nordgren > > wrote: > >> I think it looks similar. But if I'm reading that thread

Re: [PATCH] Create '--merges-only' option for 'git bisect'

2018-04-12 Thread Johannes Schindelin
Hi Stefan, On Wed, 11 Apr 2018, Stefan Beller wrote: > On Wed, Apr 11, 2018 at 3:55 PM, Harald Nordgren > wrote: > > When ran with '--merges-only', git bisect will only look at merge commits > > -- commits with 2 or more parents or the initial commit. > > There has

Re: [PATCH] Create '--merges-only' option for 'git bisect'

2018-04-12 Thread Johannes Schindelin
Hi Harald, Thank you for working on this. On Thu, 12 Apr 2018, Harald Nordgren wrote: > When ran with '--merges-only', git bisect will only look at merge > commits -- commits with 2 or more parents or the initial commit. This is an excellent idea! > Proof of concept of a feature that I

Re: [PATCH] Create '--merges-only' option for 'git bisect'

2018-04-12 Thread Tiago Botelho
On Thu, Apr 12, 2018 at 9:58 AM, Christian Couder wrote: > On Thu, Apr 12, 2018 at 9:49 AM, Harald Nordgren > wrote: >> I think it looks similar. But if I'm reading that thread correctly >> then there was never a patch created, right? > > (It

Re: [PATCH] Create '--merges-only' option for 'git bisect'

2018-04-12 Thread Christian Couder
On Thu, Apr 12, 2018 at 9:49 AM, Harald Nordgren wrote: > I think it looks similar. But if I'm reading that thread correctly > then there was never a patch created, right? (It is customary on this mailing list to reply after the sentences we reply to. We don't "top

Re: [PATCH] Create '--merges-only' option for 'git bisect'

2018-04-12 Thread Harald Nordgren
I think it looks similar. But if I'm reading that thread correctly then there was never a patch created, right? On Thu, Apr 12, 2018 at 1:33 AM, Stefan Beller wrote: > On Wed, Apr 11, 2018 at 3:55 PM, Harald Nordgren > wrote: >> When ran with

Re: [PATCH] Create '--merges-only' option for 'git bisect'

2018-04-11 Thread Stefan Beller
On Wed, Apr 11, 2018 at 3:55 PM, Harald Nordgren wrote: > When ran with '--merges-only', git bisect will only look at merge commits -- > commits with 2 or more parents or the initial commit. There has been quite some talk on the mailing list, e.g.

[PATCH] Create '--merges-only' option for 'git bisect'

2018-04-11 Thread Harald Nordgren
When ran with '--merges-only', git bisect will only look at merge commits -- commits with 2 or more parents or the initial commit. Signed-off-by: Harald Nordgren --- Notes: Proof of concept of a feature that I have wanted in Git for a while. In my daily work my