mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-20 16:10:50 +00:00
parent
6e578dd0c9
commit
ef9a0370ca
26 changed files with 688 additions and 8 deletions
8
services/gitdiff/testdata/academic-module/hooks/post-update.sample
vendored
Executable file
8
services/gitdiff/testdata/academic-module/hooks/post-update.sample
vendored
Executable file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue