Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Increase hook-max-size for next GDCM update
Also, fix existing typos: `hook-max-size` to `hooks-max-size`. The singular has no effect. For the after-merge commit ghostflow errors (second and third), we modify the top `.gitattributes` For the import commit ghostflow error (first), we modify `.gitattributes` from the UpdateFromUpstream `extract_source`. See the conversation associated to this PR for more details. ``` commit b creates blob x at Source/DataDictionary/gdcmDefaultDicts.cxx with size 1194766 bytes (1166.76 KiB) which is greater than the maximum size 1048576 bytes (1024.00 KiB). If the file is intended to be committed, set the hooks-max-size attribute on its path. commit a creates blob x at Modules/ThirdParty/GDCM/src/gdcm/Source/DataDictionary/gdcmDefaultDicts.cxx with size 1194766 bytes (1166.76 KiB) which is greater than the maximum size 300000 bytes (292.97 KiB). If the file is intended to be committed, set the hooks-max-size attribute on its path. commit a creates blob x at Modules/ThirdParty/GDCM/src/gdcm/Source/DataDictionary/gdcmDefaultDicts.cxx with size 1194766 bytes (1166.76 KiB) which is greater than the maximum size 300000 bytes (292.97 KiB). If the file is intended to be committed, set the hooks-max-size attribute on its path. Please rewrite commits to fix the errors listed above (adding fixup commits will not resolve the errors) and force-push the branch again to update the merge request. ```
- Loading branch information