1
|
1
|
new file mode 100644
|
...
|
...
|
@@ -0,0 +1,10 @@
|
|
1
|
+# `git-hook-pandoc-readme`
|
|
2
|
+
|
|
3
|
+A [Git hook][githooks] to use [pandoc][] to create
|
|
4
|
+[`$GIT_DIR`][]`/`[`README.html`][] (as read by e.g. [Gitweb][]).
|
|
5
|
+
|
|
6
|
+[githooks]: https://git-scm.com/docs/githooks
|
|
7
|
+[pandoc]: https://pandoc.org
|
|
8
|
+[`$GIT_DIR`]: https://www.git-scm.com/docs/git#Documentation/git.txt-codeGITDIRcode
|
|
9
|
+[`README.html`]: https://git-scm.com/docs/gitweb#Documentation/gitweb.txt-READMEhtml
|
|
10
|
+[Gitweb]: https://git-scm.com/docs/gitweb
|