... | ... |
@@ -6,3 +6,9 @@ repositories. |
6 | 6 |
[githooks]: https://git-scm.com/docs/githooks |
7 | 7 |
[Jenkins]: https://www.jenkins.io |
8 | 8 |
[gitolite]: https://gitolite.com |
9 |
+ |
|
10 |
+## License |
|
11 |
+ |
|
12 |
+Licensed under the [ISC license][], see the [`LICENSE`](LICENSE) file. |
|
13 |
+ |
|
14 |
+[ISC license]: https://en.wikipedia.org/wiki/ISC_license |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,8 @@ |
1 |
+# `git-hook-gitolite-jenkins` |
|
2 |
+ |
|
3 |
+A [Git hook][githooks] to notify [Jenkins][] about updated [gitolite][] |
|
4 |
+repositories. |
|
5 |
+ |
|
6 |
+[githooks]: https://git-scm.com/docs/githooks |
|
7 |
+[Jenkins]: https://www.jenkins.io |
|
8 |
+[gitolite]: https://gitolite.com |