summaryrefslogtreecommitdiff
path: root/hooks
AgeCommit message (Collapse)Author
2020-03-12Move all scripts under a new folderKévin Le Gouguec
This folder will be used to hold all website-building code. At least until I change my mind and figure it's better to do it otherwise.
2019-09-04Remove word-count hookKévin Le Gouguec
Makes it impossible to rebase anything[^1]. Someday I'll run update-count.sh as a pre-processing step for this website; in the meantime, just get rid of it. [^1]: Well, not *impossible*, just annoying. For every commit, the rebase must be paused and the conflict resolved with: $ git checkout --theirs -- README.md $ ./update-count.sh $ git add README.md $ git rebase --continue
2018-05-29Fix post-commit hookKévin Le Gouguec
🤦
2018-05-15Rename index.mdKévin Le Gouguec
As long as this remains a bunch of plaintext notes, the name "README" is more informative than "index".
2018-04-03Check URLs before pushingKévin Le Gouguec
Will probably come back to bite me when some URL will *literally* contain "TODO".
2018-03-06Add title page and word-count scriptKévin Le Gouguec