From 40a2be885f2ac742b7bfb835ac79eaf18ed16f46 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 19 Nov 2018 16:38:33 +1300 Subject: Rename README.markdown to README.md --- README.markdown | 22 ---------------------- README.md | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 README.markdown create mode 100644 README.md diff --git a/README.markdown b/README.markdown deleted file mode 100644 index aa3a228..0000000 --- a/README.markdown +++ /dev/null @@ -1,22 +0,0 @@ -Syntax checking Git hooks -========================= - -As used by Tom Ryder, because Michael Fincham asked. - -The `pre-commit` file goes in `.git/hooks` in your repository, and you make it -executable. You'll need `file(1)` and various other binaries in your `PATH`. - -This is nowhere near as tidy as it could be, but it correctly handles syntax -checking and linting of added or changed files only, without rescanning the -whole project. It does this with some byzantine Bash. It handles filenames with -funny characters (including newlines) correctly. - -I'll write some real documentation Laterâ„¢. - -License -------- - -Copyright (c) [Tom Ryder][1]. Distributed under [MIT License][2]. - -[1]: https://sanctum.geek.nz/ -[2]: http://opensource.org/licenses/MIT diff --git a/README.md b/README.md new file mode 100644 index 0000000..aa3a228 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +Syntax checking Git hooks +========================= + +As used by Tom Ryder, because Michael Fincham asked. + +The `pre-commit` file goes in `.git/hooks` in your repository, and you make it +executable. You'll need `file(1)` and various other binaries in your `PATH`. + +This is nowhere near as tidy as it could be, but it correctly handles syntax +checking and linting of added or changed files only, without rescanning the +whole project. It does this with some byzantine Bash. It handles filenames with +funny characters (including newlines) correctly. + +I'll write some real documentation Laterâ„¢. + +License +------- + +Copyright (c) [Tom Ryder][1]. Distributed under [MIT License][2]. + +[1]: https://sanctum.geek.nz/ +[2]: http://opensource.org/licenses/MIT -- cgit v1.2.3