summaryrefslogtreecommitdiff
path: root/hooks/post-commit
AgeCommit message (Collapse)Author
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-03-06Add title page and word-count scriptKévin Le Gouguec