Simple git commit style checker
Find a file
2014-04-12 13:04:12 +02:00
commit-check Add -h and -0 command-line options 2014-04-09 00:53:03 +02:00
COPYING Add license information 2014-03-16 13:08:21 +01:00
INSTALL.org Add README and INSTALL files 2014-04-12 13:04:12 +02:00
README.org Add README and INSTALL files 2014-04-12 13:04:12 +02:00
test-fail-barely.txt Initial commit 2014-03-05 00:17:35 +01:00
test-fail-miserably.txt Initial commit 2014-03-05 00:17:35 +01:00
test-pass.txt Initial commit 2014-03-05 00:17:35 +01:00

commit-check v0.1.0

This is the commit-check project. It is a quick and easy commit style checker that can be used either as a git hook to enforce the style checked by commit-check, or as a syntax checker back-end (like Flycheck).

The file /ryuslash/commit-check/src/commit/7281969e6eaccc5ec8845436dae5b25269558e31/INSTALL.org contains instructions on how to install commit-check on your system.

The entire code for the project is currently contained in the /ryuslash/commit-check/src/commit/7281969e6eaccc5ec8845436dae5b25269558e31/commit-check file. The files /ryuslash/commit-check/src/commit/7281969e6eaccc5ec8845436dae5b25269558e31/test-pass.txt, /ryuslash/commit-check/src/commit/7281969e6eaccc5ec8845436dae5b25269558e31/test-fail-barely.txt and /ryuslash/commit-check/src/commit/7281969e6eaccc5ec8845436dae5b25269558e31/test-fail-miserably.txt are used for testing purposes. They contain and explain certain situations that can occur when writing commits that may or may not cause errors to be reported.

This project is licensed under the GNU GPLv3, its terms and conditions can be found in /ryuslash/commit-check/src/commit/7281969e6eaccc5ec8845436dae5b25269558e31/COPYING.