Re: [PATCH] cat-file: Remove unused includes

2015-01-09 Thread Alexander Kuleshov
Hello Junio, Thanks for such great explanation, i understood you. I will update this patch and resend it tomorrow. Thank you. 2015-01-10 1:07 GMT+06:00 Junio C Hamano : > Alexander Kuleshov writes: > >> userdiff.h used in git_cat_file_config for getting textconv driver > > Yeah, but you know th

Re: [PATCH] cat-file: Remove unused includes

2015-01-09 Thread Junio C Hamano
Alexander Kuleshov writes: > userdiff.h used in git_cat_file_config for getting textconv driver Yeah, but you know that I already know that when I pointed out about e5fba602 in the message you are responding to. And your patch does not remove it, we still need to include it; we do not need to d

Re: [PATCH] cat-file: Remove unused includes

2015-01-09 Thread Alexander Kuleshov
userdiff.h used in git_cat_file_config for getting textconv driver 2015-01-09 2:21 GMT+06:00 Alexander Kuleshov : > Will research this question and resend the patch. > > Thank you. > > 2015-01-09 1:45 GMT+06:00 Junio C Hamano : >> Alexander Kuleshov writes: >> >>> Signed-off-by: Alexander Kulesho

Re: [PATCH] cat-file: Remove unused includes

2015-01-08 Thread Alexander Kuleshov
Will research this question and resend the patch. Thank you. 2015-01-09 1:45 GMT+06:00 Junio C Hamano : > Alexander Kuleshov writes: > >> Signed-off-by: Alexander Kuleshov >> --- >> builtin/cat-file.c | 4 >> 1 file changed, 4 deletions(-) >> >> diff --git a/builtin/cat-file.c b/builtin/c

Re: [PATCH] cat-file: Remove unused includes

2015-01-08 Thread Junio C Hamano
Alexander Kuleshov writes: > Signed-off-by: Alexander Kuleshov > --- > builtin/cat-file.c | 4 > 1 file changed, 4 deletions(-) > > diff --git a/builtin/cat-file.c b/builtin/cat-file.c > index f8d8129..750b5a2 100644 > --- a/builtin/cat-file.c > +++ b/builtin/cat-file.c > @@ -4,12 +4,8 @@

[PATCH] cat-file: Remove unused includes

2015-01-08 Thread Alexander Kuleshov
Signed-off-by: Alexander Kuleshov --- builtin/cat-file.c | 4 1 file changed, 4 deletions(-) diff --git a/builtin/cat-file.c b/builtin/cat-file.c index f8d8129..750b5a2 100644 --- a/builtin/cat-file.c +++ b/builtin/cat-file.c @@ -4,12 +4,8 @@ * Copyright (C) Linus Torvalds, 2005 */ #in