summarylogtreecommitdiffstats
path: root/pre-commit
blob: 0766c8ea498f6ffe30d726212587429f14318a95 (plain)
1
2
3
4
5
6
7
#!/bin/sh
#
# Hook to automatically create/update .SRCINFO file and add it to every commit
# mksrcinfo is from package pkgbuild-introspection
# To activate, copy into .git/hooks
mksrcinfo &&
git add .SRCINFO