Yup, this is what I queued.
Looks good, thanks you all.
Jacob Keller writes:
> On Wed, Nov 30, 2016 at 9:02 AM, wrote:
>> From: Torsten Bögershausen
>> diff --git a/convert.c b/convert.c
>> index be91358..f8e4dfe 100644
>> --- a/convert.c
>> +++ b/convert.c
>> @@ -281,13 +281,13 @@ static int crlf_to_git(const char *path, const char
>> *src, size_
On Wed, Nov 30, 2016 at 9:02 AM, wrote:
> From: Torsten Bögershausen
> diff --git a/convert.c b/convert.c
> index be91358..f8e4dfe 100644
> --- a/convert.c
> +++ b/convert.c
> @@ -281,13 +281,13 @@ static int crlf_to_git(const char *path, const char
> *src, size_t len,
> /*
>
tbo...@web.de writes:
> From: Torsten Bögershausen
>
> Working with a repo that used to be all CRLF. At some point it
> was changed to all LF, with `text=auto` in .gitattributes.
> Trying to cherry-pick a commit from before the switchover fails:
>
> $ git cherry-pick -Xrenormalize
> fatal: C
From: Torsten Bögershausen
Working with a repo that used to be all CRLF. At some point it
was changed to all LF, with `text=auto` in .gitattributes.
Trying to cherry-pick a commit from before the switchover fails:
$ git cherry-pick -Xrenormalize
fatal: CRLF would be replaced by LF in [path]
5 matches
Mail list logo