v2.4.0
A minor update with changes affiliated with new LFS policy for repositories, specifically, with template repositories.
Disable to enable
Shortly, this update makes repository again available as template without any crashes and shenanigans about large files system (LFS), more:
Remove treating large files
Unfortunately, big files now are really big, even for default cloning process— this is because all files are now ONLY binary, but from this change, comes another one.
Hooks and scripts for you
Now, there is a special hook which checks what files are you staging: if it sees any files from special registry which marked in gitattributes (but this remark is commented) as part of large file system, it would notify you in console.
Note
This hooks-kind output doesn't work with external UIs for your client: meaning, you need to use native terminal to actually see the debug info about any staged files.
Also, advanced a little scripting around bash: not only executable bits again, but docs and automatization process around them.
And even more
Important
Read more about what has been introduced to the project in the special release note:
https://github.com/Falcion/Patternugit/blob/main/release/changes/v2.4.0.md