libgit2 icon indicating copy to clipboard operation
libgit2 copied to clipboard

Limit .gitattributes and .gitignore files to 100 MiB

Open csware opened this issue 1 year ago • 0 comments

Git introduced this 100 MiB limit in commits https://github.com/gitster/git/commit/3c50032ff528 (attr: ignore overly large gitattributes files, 2022-12-01) and https://github.com/gitster/git/commit/e7c3d1ddba0b (dir.c: reduce max pattern file size to 100MB, 2024-06-05).

csware avatar Jun 18 '24 09:06 csware