Compare commits
3 commits
05d545927a
...
f9b62b2168
Author | SHA1 | Date | |
---|---|---|---|
f9b62b2168 | |||
8db9e084af | |||
62e1bdf491 |
3 changed files with 9 additions and 0 deletions
BIN
assets/music/grimoff/Twisted_Games_-_Grimoff.ogg
Normal file
BIN
assets/music/grimoff/Twisted_Games_-_Grimoff.ogg
Normal file
Binary file not shown.
9
build/git-post-receive-hook
Executable file
9
build/git-post-receive-hook
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
while read precommit postcommit refname
|
||||
do
|
||||
echo "precommit: ${precommit}; postcommit: ${postcommit}; refname: ${refname}"
|
||||
if [[ "${precommit}" != "0000000000000000000000000000000000000000" ]]; then
|
||||
git diff --name-status $precommit $postcommit
|
||||
fi
|
||||
done
|
Loading…
Reference in a new issue