summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ivanov2015-07-03 19:47:00 +0200
committerPeter Ivanov2015-07-03 19:47:00 +0200
commit86fa3ad1419eeb9e6dc535ebffc661d56cbe9bff (patch)
treed08d7b3b7a075a3fdffd02777f5ad540e2abe034
parent55f6a484fad2d32565bf014a23169740bcf8b518 (diff)
downloadaur-86fa3ad1419eeb9e6dc535ebffc661d56cbe9bff.tar.gz
git pre-commit hook was added.
-rwxr-xr-xpre-commit5
1 files changed, 5 insertions, 0 deletions
diff --git a/pre-commit b/pre-commit
new file mode 100755
index 000000000000..3c02b611e1ef
--- /dev/null
+++ b/pre-commit
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+mksrcinfo
+git add -f .SRCINFO
+exit 0