summaryrefslogtreecommitdiffstats
path: root/hooks (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pre-commit: Change comment from citra to yuzuN00byKing2018-03-261-1/+1
|
* hook: remove clang-format checkwwylele2017-02-171-17/+0
|
* hooks: convert pre-commit to POSIX syntaxJan Beich2016-10-281-3/+3
|
* Fix typosRicardo de Almeida Gonzaga2016-10-201-1/+1
|
* Git hook: Remove trailing semicolons wrecking vim’s syntax highlighting.Emmanuel Gil Peyrot2016-09-181-2/+2
|
* Git hook: Import Dolphin’s clang-format hook.Emmanuel Gil Peyrot2016-09-181-1/+18
|
* Only check src/ directory for whitespace errors in the pre-commit hookYuri Kunde Schlesner2015-08-311-2/+4
| | | | | | | This allows importing of external libraries into externals/ without having to reformat them. Unfortunately it also allows whitespace to be introduced in files like the root CMakeLists.txt, but that is a small downside compared to the tradeoff.
* Fix permissions in pre-commit hookJSFernandes2015-07-141-0/+0
|
* enforce config from hookLectem2015-06-141-16/+17
|
* force no-tab/trailing spaces with git hookLectem2015-06-091-0/+23
Remove unneeded stuff from pre-commit script The check against an empty commit was not needed (it is only a security for the 1st commit after git init). It could also possibly pose problems because of the redirection to /dev/null on some windows systems. newline at EOF & fixed indent