Han-Wen Nienhuys <hanwenn@xxxxxxxxx> writes: > On Tue, Feb 18, 2020 at 10:05 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: >> >> Here is what I got from "git am --whitespace=fix" on these five patches. >> Does it match your test application? >> >> Applying: refs.h: clarify reflog iteration order >> Applying: create .git/refs in files-backend.c >> Applying: refs: document how ref_iterator_advance_fn should handle symrefs >> .git/rebase-apply/patch:145: trailing whitespace. >> >> .git/rebase-apply/patch:147: trailing whitespace. >> >> .git/rebase-apply/patch:6544: indent with spaces. >> left = *destLen; >> .git/rebase-apply/patch:6545: indent with spaces. >> *destLen = 0; >> .git/rebase-apply/patch:6548: indent with spaces. >> left = 1; >> warning: squelched 15 whitespace errors > > > your checker is tripping over code imported from zlib. I added a /* > clang-format off */ comment to avoid reformatting this code. What do > you suggest? Use zlib from the system instead?