From: Junio C Hamano <gitster@pobox.com>
To: "Johannes Schindelin via GitGitGadget" <gitgitgadget@gmail.com>
Cc: git@vger.kernel.org, Johannes Schindelin <johannes.schindelin@gmx.de>
Subject: Re: [PATCH 1/1] chainlint: fix for core.autocrlf=true
Date: Wed, 15 Aug 2018 09:31:32 -0700 [thread overview]
Message-ID: <xmqqmutnk2vv.fsf@gitster-ct.c.googlers.com> (raw)
In-Reply-To: <d0d1d49d6f3e741e9c048041a2f467742bce4bdc.1534343621.git.gitgitgadget@gmail.com> (Johannes Schindelin via GitGitGadget's message of "Wed, 15 Aug 2018 07:33:44 -0700 (PDT)")
"Johannes Schindelin via GitGitGadget" <gitgitgadget@gmail.com>
writes:
> From: Johannes Schindelin <johannes.schindelin@gmx.de>
>
> The `chainlint` target compares actual output to expected output, where
> the actual output is generated from files that are specifically checked
> out with LF-only line endings. So the expected output needs to be
> checked out with LF-only line endings, too.
>
> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
> ---
> t/.gitattributes | 1 +
> 1 file changed, 1 insertion(+)
Good spotting. A help like this from those on different platforms
than what the original author uses is the ideal model of how we
collaborate together.
Will queue.
>
> diff --git a/t/.gitattributes b/t/.gitattributes
> index 3bd959ae5..9d09df5a6 100644
> --- a/t/.gitattributes
> +++ b/t/.gitattributes
> @@ -1,4 +1,5 @@
> t[0-9][0-9][0-9][0-9]/* -whitespace
> +/chainlint/*.expect eol=lf
> /diff-lib/* eol=lf
> /t0110/url-* binary
> /t3900/*.txt eol=lf
next prev parent reply other threads:[~2018-08-15 16:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-15 14:33 [PATCH 0/1] Fix make -C t chainlint with DOS line endings Johannes Schindelin via GitGitGadget
2018-08-15 14:33 ` [PATCH 1/1] chainlint: fix for core.autocrlf=true Johannes Schindelin via GitGitGadget
2018-08-15 16:31 ` Junio C Hamano [this message]
2018-08-15 16:32 ` Eric Sunshine
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=xmqqmutnk2vv.fsf@gitster-ct.c.googlers.com \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=gitgitgadget@gmail.com \
--cc=johannes.schindelin@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).