summaryrefslogtreecommitdiff
path: root/.githooks
AgeCommit message (Collapse)Author
2019-01-09githooks: fix pre-commit hook to allow empty sourceNatanael Copa
2018-11-08githooks: skip checksum check for symlinkNatanael Copa
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.
2017-12-31githooks: add check for file size into pre-commit hookJakub Jirutka
2017-12-29githooks: fix checksum comparison in pre-commit hookJakub Jirutka
The previous method didn't work for larger files.
2017-12-28githooks: add pre-commit hookJakub Jirutka
2017-10-14git: add hook prepare-commit-msgJakub Jirutka