...
|
...
|
@@ -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
|