summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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