summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ivanov2015-07-03 19:47:00 +0200
committerPeter Ivanov2015-07-03 19:47:00 +0200
commit9f817b5d4400c7e749dec37d041f719d37053508 (patch)
tree8b505565481927295863c56ce5a645563bc22452
parentabc46eda1a55bdc3595d05dbbed448700a9fb6f7 (diff)
downloadaur-9f817b5d4400c7e749dec37d041f719d37053508.tar.gz
git pre-commit hook was added.
-rw-r--r--.SRCINFO2
-rwxr-xr-xpre-commit5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 141d9f2cc4b1..1f22b6f1bbba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by makepkg 4.2.1
-# Thu Mar 12 09:20:39 UTC 2015
pkgbase = xclm-dirs
pkgdesc = xclm and etc directories for Microchip software
pkgver = 1.00
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