Message ID | xmqqft3g463x.fsf@gitster.c.googlers.com (mailing list archive) |
---|---|
State | Accepted |
Commit | ffd27e6cb24c6f4a34204cbfbb26e6612689d1f4 |
Headers | show |
Series | Re* [PATCH v2 2/2] CoC: update to version 2.0 + local changes | expand |
Hi Junio, On Mon, 4 Jan 2021, Junio C Hamano wrote: > Junio C Hamano <gitster@pobox.com> writes: > > > Ævar Arnfjörð Bjarmason <avarab@gmail.com> writes: > > > >> This change intentionally preserves a warning emitted on "git diff > >> --check". It's better to make it easily diff-able with upstream than > >> to fix whitespace changes in our version while we're at it. > > > > I think there are only two lines that needs to tolerate trailing > > whitespaces, and even if we strip them, it should be still easily > > diff-able with the upstream with --ignore-space-at-eol or whatever > > appropriate option, so I am not sure if it is worth try "keeping" > > these whitespace breakage. > > In the meantime, I'll insert this as step [1.5/2] while queuing. > > In any case, your [2/2] lacks your sign-off, which we eventually > need to have before applying these patches. In the meantime, we > also need to collect Acks on the move to 2.0 from folks. Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de> Thanks, Dscho
Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:
> Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Thanks, amended in.
diff --git a/.gitattributes b/.gitattributes index b08a1416d8..b0044cf272 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,6 +6,7 @@ *.pm eol=lf diff=perl *.py eol=lf diff=python *.bat eol=crlf +CODE_OF_CONDUCT.md -whitespace /Documentation/**/*.txt eol=lf /command-list.txt eol=lf /GIT-VERSION-GEN eol=lf