diff options
| author | Núbio C. Hott <bio@brigadadigital.tec.br> | 2026-04-27 21:43:40 -0300 |
|---|---|---|
| committer | Núbio C. Hott <bio@brigadadigital.tec.br> | 2026-04-27 21:43:40 -0300 |
| commit | a0190a6ce6cdba78bb67b23c0233de0f32bd39f3 (patch) | |
| tree | 4384af75256d19430be8178146beb5524ec1baa6 /hooks/post-update.sample | |
| download | website-a0190a6ce6cdba78bb67b23c0233de0f32bd39f3.tar.gz website-a0190a6ce6cdba78bb67b23c0233de0f32bd39f3.tar.bz2 website-a0190a6ce6cdba78bb67b23c0233de0f32bd39f3.zip | |
Início do repositório
Diffstat (limited to 'hooks/post-update.sample')
| -rwxr-xr-x | hooks/post-update.sample | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hooks/post-update.sample b/hooks/post-update.sample new file mode 100755 index 0000000..ec17ec1 --- /dev/null +++ b/hooks/post-update.sample @@ -0,0 +1,8 @@ +#!/bin/sh +# +# An example hook script to prepare a packed repository for use over +# dumb transports. +# +# To enable this hook, rename this file to "post-update". + +exec git update-server-info |
