add post-commit hook and script to symlink them up

This commit is contained in:
Joe Reynolds 2016-06-28 12:01:57 +01:00
parent 1a129b72b3
commit d14aa76f38
3 changed files with 15 additions and 0 deletions

2
git_hooks/post-commit Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
git log --name-status | \grep "^A\s" | grep -v README\.md | awk '{ print $2 }' | head > recently_added.md

3
install.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
ln -s -f git_hooks/post-commit .git/hooks/post-commit

10
recently_added.md Normal file
View File

@ -0,0 +1,10 @@
languages/clojure/a-practical-optional-type-system-for-clojure.pdf
languages/haskell/a-poor-mans-concurrency-monad.pdf
languages/haskell/making-a-fast-curry-push-enter-versus-eval-apply-for-higher-order-languages.pdf
languages/haskell/tackling-the-awkward-squad-monadic-input-output-concurrency-exceptions-and-foreign-language-calls-in-haskell.pdf
languages/smalltalk/Design-Principles-Behind-Smalltalk.pdf
languages/smalltalk/The-Early-History-Of-Smalltalk.pdf
languages/temp
distributed_systems/tiered-replication-a-cost-effective-alternative-to-full-cluster-geo-replication.pdf
security/sok-eternal-war-in-memory.pdf
concurrency/experience-withprocesses-and-monitors-in-mesa.pdf