On Thu, Aug 03, 2017 at 09:46:38AM +0200, Christian Couder wrote:
> >> +static int external_odb_config(const char *var, const char *value, void
> >> *data)
> >> +{
> >> + struct odb_helper *o;
> >> + const char *key, *dot;
> >> +
> >> + if (!skip_prefix(var, "odb.", &key))
> >> +
On Thu, Dec 1, 2016 at 12:37 AM, Jeff King wrote:
> On Wed, Nov 30, 2016 at 03:30:09PM -0800, Junio C Hamano wrote:
>
>> Christian Couder writes:
>>
>> > From: Jeff King
>> >
>> > Signed-off-by: Christian Couder
>> > ---
>>
>> By the time the series loses RFC prefix, we'd need to see the above
(I realized that I didn't answer this email about the v3 version.
Sorry about this late answer.)
On Thu, Dec 1, 2016 at 12:30 AM, Junio C Hamano wrote:
> Christian Couder writes:
>
>> From: Jeff King
>>
>> Signed-off-by: Christian Couder
>> ---
>
> By the time the series loses RFC prefix, we'd
On Wed, Nov 30, 2016 at 03:30:09PM -0800, Junio C Hamano wrote:
> Christian Couder writes:
>
> > From: Jeff King
> >
> > Signed-off-by: Christian Couder
> > ---
>
> By the time the series loses RFC prefix, we'd need to see the above
> three lines straightened out a bit more, e.g. a real messa
Christian Couder writes:
> From: Jeff King
>
> Signed-off-by: Christian Couder
> ---
By the time the series loses RFC prefix, we'd need to see the above
three lines straightened out a bit more, e.g. a real message and a
more proper sign-off sequence.
> +static struct odb_helper *find_or_creat
From: Jeff King
Signed-off-by: Christian Couder
---
Makefile| 2 +
cache.h | 9 ++
external-odb.c | 115 +++
external-odb.h | 8 ++
odb-helper.c| 239
odb-hel
6 matches
Mail list logo