aboutsummaryrefslogtreecommitdiff
path: root/useful_files/git-hooks/pre-commit
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-04-02 10:10:33 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-04-02 10:10:33 -0600
commit75460f240c9d003e4ca2e6dda9b2146a74df7ffa (patch)
tree957b26f0539df176b61ad2ec72fbb0658b147919 /useful_files/git-hooks/pre-commit
parent2b63278497130d01b1fbc7e6a94b6ad8e32ab4dd (diff)
parent1724abef15a4090640bd82ba408681438316de7e (diff)
downloadlibsurvive-75460f240c9d003e4ca2e6dda9b2146a74df7ffa.tar.gz
libsurvive-75460f240c9d003e4ca2e6dda9b2146a74df7ffa.tar.bz2
Merge remote-tracking branch 'origin/master' into imu
Diffstat (limited to 'useful_files/git-hooks/pre-commit')
-rwxr-xr-xuseful_files/git-hooks/pre-commit4
1 files changed, 4 insertions, 0 deletions
diff --git a/useful_files/git-hooks/pre-commit b/useful_files/git-hooks/pre-commit
new file mode 100755
index 0000000..a475759
--- /dev/null
+++ b/useful_files/git-hooks/pre-commit
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+DIRNAME=`dirname "$0"`
+python2.7 $DIRNAME/pre-commit.py $@