<div dir="ltr">Hi all,<div><br></div><div>Over the past few months Sysadmin has periodically received reports of our Git hooks failing when processing commits in certain circumstances. </div><div><br></div><div>Looking at all of these instances a clear trend has emerged, with files that have lines in them that are extremely and excessively long being the culprit of this issue. In all instances, the files in question have been generated by software and not been written by humans.</div><div><br></div><div>While it is not entirely clear why this issue has suddenly appeared (as the code within the Git hooks causing the failure has been in production for 10+ years) I am suspecting a change in behaviour in either Git or Python to be the cause of this (with Git being most likely).</div><div><br></div><div>In all cases i'm aware of, the files have been in either SVG, JSON or XML in format.</div><div><br></div><div>To fix this, and allow changes to be merged please add a ".gitattributes" file at the top level of the Git repository you are seeing this behaviour in on the master branch with the following contents:</div><div><br></div><div><code><span id="gmail-LC1" class="gmail-line" lang="plaintext">*.svg binary</span></code><br></div><div><br></div><div>Amending as needed to cover other files that also contain content that has a meaningless diff.</div><div><br></div><div>Note that the file *must* be placed at the root of the repository and on the master branch, otherwise it will not be propagated by GitLab to our hooks.</div><div><br></div><div>Thanks,</div><div>Ben</div></div>