Merge branch 'jk/cap-exclude-file-size' into maint-2.45
commitf30e5332e4b398c03e4223397a9fd15455f7f067
authorJunio C Hamano <gitster@pobox.com>
Fri, 28 Jun 2024 22:53:17 +0000 (28 15:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Jun 2024 22:53:17 +0000 (28 15:53 -0700)
tree651e55494b9598a2c4bb09683c0108a2d4f3d093
parentce75d32b99e7edd4ca7a99f376940b56d6c7ae0f
parente7c3d1ddba0b3eb9d52780588636833055830c6f
Merge branch 'jk/cap-exclude-file-size' into maint-2.45

An overly large ".gitignore" files are now rejected silently.

* jk/cap-exclude-file-size:
  dir.c: reduce max pattern file size to 100MB
  dir.c: skip .gitignore, etc larger than INT_MAX
dir.c