mirror of
https://github.com/papers-we-love/papers-we-love.git
synced 2025-06-13 12:54:28 +00:00
add post-commit hook and script to symlink them up
This commit is contained in:
parent
1a129b72b3
commit
d14aa76f38
2
git_hooks/post-commit
Executable file
2
git_hooks/post-commit
Executable 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
3
install.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
ln -s -f git_hooks/post-commit .git/hooks/post-commit
|
10
recently_added.md
Normal file
10
recently_added.md
Normal 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
|
Loading…
Reference in New Issue
Block a user