Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | githooks: fix pre-commit hook to allow empty source | Natanael Copa | 2019-01-09 | 1 | -0/+1 |
| | |||||
* | githooks: skip checksum check for symlink | Natanael Copa | 2018-11-08 | 1 | -0/+10 |
| | | | | | | git will return the target of symlink instead of the content of the file it points to, which makes the checksum check fail. To fix this we skip checksum check if object is a symlink. | ||||
* | githooks: add check for file size into pre-commit hook | Jakub Jirutka | 2017-12-31 | 1 | -4/+26 |
| | |||||
* | githooks: fix checksum comparison in pre-commit hook | Jakub Jirutka | 2017-12-29 | 1 | -6/+7 |
| | | | | The previous method didn't work for larger files. | ||||
* | githooks: add pre-commit hook | Jakub Jirutka | 2017-12-28 | 1 | -0/+84 |
| | |||||
* | git: add hook prepare-commit-msg | Jakub Jirutka | 2017-10-14 | 1 | -0/+45 |