1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-14 21:10:09 +02:00
fdroidserver/hooks
Hans-Christoph Steiner 7c30569aed make git pre-commit hook only test files to be committed
Right now, the git pre-commit hook is pretty annoying to work with when
development since it tests every single file.  That means notes, incomplete
stuff, etc. will be run through the tests.  So all of the files need to be
clean in order to commit even a single trivial fix.  This commit changes it
so that the pre-commit hook is only run on the files staged to be committed.
2016-02-03 14:54:14 +01:00
..
install-hooks.sh Add pre-commit hook with installer 2014-05-28 09:28:28 +02:00
pre-commit make git pre-commit hook only test files to be committed 2016-02-03 14:54:14 +01:00