On Sun, May 1, 2016 at 9:37 PM, Eric Sunshine wrote:
> On Sun, Apr 24, 2016 at 9:33 AM, Christian Couder
> wrote:
>> Signed-off-by: Christian Couder
>> ---
>> diff --git a/apply.c b/apply.c
>> @@ -0,0 +1,80 @@
>> +#include "cache.h"
>> +#include "apply.h"
>> +
>> +
>> +
>
> Too many blank lines?
On Sun, Apr 24, 2016 at 9:33 AM, Christian Couder
wrote:
> Signed-off-by: Christian Couder
> ---
> diff --git a/apply.c b/apply.c
> @@ -0,0 +1,80 @@
> +#include "cache.h"
> +#include "apply.h"
> +
> +
> +
Too many blank lines?
> +static void git_apply_config(void)
> +{
> + git_config_get_
Signed-off-by: Christian Couder
---
Makefile| 1 +
apply.c | 80 +
apply.h | 8 ++
builtin/apply.c | 75 -
4 files changed, 89 insertions(+), 75 deletions(-)
3 matches
Mail list logo