summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ivanov2015-07-03 19:46:58 +0200
committerPeter Ivanov2015-07-03 19:46:58 +0200
commit6d4c4599937c5dc7d492d1226b58d690b98fdfc3 (patch)
tree289364ecd6bea879210a36544013194f707d2658
parenta58ebffef595e9cd50129d591269357a313bdf50 (diff)
downloadaur-6d4c4599937c5dc7d492d1226b58d690b98fdfc3.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