1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-03 16:45:46 +00:00
gitea/services/gitdiff/testdata/academic-module/hooks/post-update.sample
Lunny Xiao ef9a0370ca
Fix panic when diff (#9187)
* fix panic when diff

* improve code
2019-11-28 17:05:57 +08:00

9 lines
189 B
Bash
Executable File

#!/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