summaryrefslogtreecommitdiff
path: root/.private/pre-commit.sh
Commit message (Collapse)AuthorAgeFilesLines
* git hooks: Remove "source" bashismTormod Volden2021-09-231-1/+1
| | | | | | | | "source" is not supported in Bourne shell Closes #997 Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
* Add a way to skip the git hooks via an environment variableChris Dickens2020-04-161-0/+4
| | | | Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
* Misc: Fix pre-commit hook to not emit errors in non-Bash shellsChris Dickens2017-12-261-1/+7
| | | | Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
* Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu2014-01-081-2/+2
|
* Misc: Separate nano from version.hPete Batard2012-05-101-10/+2
| | | | | | | | | * As version.h processed by autotools, the automatic updating of the nano there can result in unneeded reconfs (eg. after issuing a git pull, regardless of whether the conf is still valid) * Avoid this by placing the nano in its own file, as it won't be processed by autoconf. This also simplifies the versioning git hooks and removes the sed dependency.
* Git: add pre-commit and post-rewrite hooks for versioningPete Batard2012-04-111-0/+50
* Also adds the maintainer-only .private directory