Browse code

Use git-hook-pandoc-description

Robert Cranston authored on 12/06/2020 00:15:13
Showing 2 changed files

... ...
@@ -9,9 +9,9 @@ Installs [gitolite][], creates a [dedicated user][] to run it (defaults to
9 9
 to change `HEAD`, the default branch), prepares for [integration with a
10 10
 webserver][] (including acting as a [`git-http-backend`][] replacement, serving
11 11
 repos without the `.git` suffix, and generating
12
-[`$GIT_DIR`][]`/`[`README.html`][] if [pandoc][] is available), allows [custom
13
-local code][], and prepares for [easy usage][`git-multihook`] of [custom local
14
-hooks][].
12
+[`$GIT_DIR`][]`/`[`README.html`][] and [`$GIT_DIR`][]`/`[`description`][] if
13
+[pandoc][] is available), allows [custom local code][], and prepares for [easy
14
+usage][`git-multihook`] of [custom local hooks][].
15 15
 
16 16
 [`ansible-role-gitolite`]: https://git.rcrnstn.net/rcrnstn/ansible-role-gitolite
17 17
 [Ansible]: https://docs.ansible.com/ansible
... ...
@@ -28,6 +28,7 @@ hooks][].
28 28
 [`git-http-backend`]: https://git-scm.com/docs/git-http-backend
29 29
 [`$GIT_DIR`]: https://www.git-scm.com/docs/git#Documentation/git.txt-codeGITDIRcode
30 30
 [`README.html`]: https://git-scm.com/docs/gitweb#Documentation/gitweb.txt-READMEhtml
31
+[`description`]: https://git-scm.com/docs/gitweb#Documentation/gitweb.txt-descriptionorcodegitwebdescriptioncode
31 32
 [pandoc]: https://pandoc.org
32 33
 [custom local code]: https://gitolite.com/gitolite/non-core.html#using-the-gitolite-admin-repo-to-manage-non-core-code
33 34
 [`git-multihook`]: https://git.rcrnstn.net/rcrnstn/git-multihook
... ...
@@ -9,6 +9,7 @@ gitolite_deps_git_multihook:
9 9
   - "https://git.rcrnstn.net/rcrnstn/git-multihook"
10 10
 gitolite_deps_post_receive:
11 11
   - "https://git.rcrnstn.net/rcrnstn/git-hook-pandoc-readme"
12
+  - "https://git.rcrnstn.net/rcrnstn/git-hook-pandoc-description"
12 13
 gitolite_deps: "{{
13 14
   gitolite_deps_git_multihook +
14 15
   gitolite_deps_post_receive