Re: [PATCH 092/194] object: move grafts to object parser

2018-02-06 Thread Stefan Beller
On Mon, Feb 5, 2018 at 8:07 PM, Eric Sunshine wrote: > On Mon, Feb 5, 2018 at 6:55 PM, Stefan Beller wrote: >> Grafts are only meaningful in the context of a single repository. >> Therefore they cannot be global. >> >> Signed-off-by: Stefan Beller

Re: [PATCH 092/194] object: move grafts to object parser

2018-02-05 Thread Eric Sunshine
On Mon, Feb 5, 2018 at 6:55 PM, Stefan Beller wrote: > Grafts are only meaningful in the context of a single repository. > Therefore they cannot be global. > > Signed-off-by: Stefan Beller > Signed-off-by: Jonathan Nieder > --- > diff

[PATCH 092/194] object: move grafts to object parser

2018-02-05 Thread Stefan Beller
From: Jonathan Nieder Grafts are only meaningful in the context of a single repository. Therefore they cannot be global. Signed-off-by: Stefan Beller Signed-off-by: Jonathan Nieder --- commit.c | 44