aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-12 13:04:12 +0200
committerGravatar Tom Willemse2014-04-12 13:04:12 +0200
commit7281969e6eaccc5ec8845436dae5b25269558e31 (patch)
tree44f54c38a98194d00433822a76efd6e3a9cad564 /README.org
parent74763c295b5f8cc4f9b5864bb2bba832bc040e74 (diff)
downloadcommit-check-7281969e6eaccc5ec8845436dae5b25269558e31.tar.gz
commit-check-7281969e6eaccc5ec8845436dae5b25269558e31.zip
Add README and INSTALL files
Diffstat (limited to 'README.org')
-rw-r--r--README.org19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..263164e
--- /dev/null
+++ b/README.org
@@ -0,0 +1,19 @@
+* 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
+ [[http://flycheck.readthedocs.org/en/latest/][Flycheck]]).
+
+ The file [[file:INSTALL.org]] contains instructions on how to install
+ commit-check on your system.
+
+ The entire code for the project is currently contained in the
+ [[file:commit-check]] file. The files [[file:test-pass.txt]],
+ [[file:test-fail-barely.txt]] and [[file: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 [[file:COPYING]].