mirror of
https://github.com/go-gitea/gitea
synced 2025-08-26 19:38:26 +00:00
* fix panic when diff * improve code
This commit is contained in:
committed by
techknowlogick
parent
2b257a91de
commit
c4e52d232e
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