summaryrefslogtreecommitdiff
path: root/hooks/pre-commit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pre-commit: Change comment from citra to yuzuGravatar N00byKing2018-03-261-1/+1
|
* hook: remove clang-format checkGravatar wwylele2017-02-171-17/+0
|
* hooks: convert pre-commit to POSIX syntaxGravatar Jan Beich2016-10-271-3/+3
|
* Fix typosGravatar Ricardo de Almeida Gonzaga2016-10-201-1/+1
|
* Git hook: Remove trailing semicolons wrecking vim’s syntax highlighting.Gravatar Emmanuel Gil Peyrot2016-09-181-2/+2
|
* Git hook: Import Dolphin’s clang-format hook.Gravatar Emmanuel Gil Peyrot2016-09-181-1/+18
|
* Only check src/ directory for whitespace errors in the pre-commit hookGravatar Yuri 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 hookGravatar JSFernandes2015-07-141-0/+0
|
* enforce config from hookGravatar Lectem2015-06-141-16/+17
|
* force no-tab/trailing spaces with git hookGravatar Lectem2015-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