mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-04-24 22:22:40 +00:00
* fix panic when diff * improve code
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user