script to create git hook symlinks added

This commit is contained in:
tkl
2016-07-26 14:52:07 +02:00
parent a735b159cb
commit 89129fd53a
3 changed files with 30 additions and 0 deletions

5
config/git_hooks/post-commit Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/python2
import os
os.system("source/scripts/get_history.py")

5
config/git_hooks/post-merge Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/python2
import os
os.system("source/scripts/get_history.py")