Commit f580e2b006e60369265f3a2e660cb8af0701312d
We do not run update-server-info in post-update hook anymore because we do not support dumb protocol
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-09-04 15:03
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-09-04 15:03
Parent(s): 84bfd35c59c1e8458be7250aff6c1059afb1f204
Signing key:
Tree: a922141f3cfa3cee034d5f4ef014c141c6ba006e
File hooks/post-update deleted (index ec17ec1..0000000) |
1 |
|
#!/bin/sh |
|
2 |
|
# |
|
3 |
|
# An example hook script to prepare a packed repository for use over |
|
4 |
|
# dumb transports. |
|
5 |
|
# |
|
6 |
|
# To enable this hook, rename this file to "post-update". |
|
7 |
|
|
|
8 |
|
exec git update-server-info |
|