1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,10 @@ |
1 |
+# `git-hook-pandoc-description` |
|
2 |
+ |
|
3 |
+A [Git hook][githooks] to use [pandoc][] to create |
|
4 |
+[`$GIT_DIR`][]`/`[`description`][] (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 |
+[`description`]: https://git-scm.com/docs/gitweb#Documentation/gitweb.txt-descriptionorcodegitwebdescriptioncode |
|
10 |
+[Gitweb]: https://git-scm.com/docs/gitweb |