1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-06-29 01:45:30 +00:00

add new line for config cheatsheet

This commit is contained in:
József Fényes 2024-05-24 11:32:32 +02:00
parent bfc0cd6e49
commit 4d72886b00

View File

@ -1109,6 +1109,7 @@ This section only does "set" config, a removed config key from this section won'
- `gc.reflogExpire`: **90**
### Git - Hook options (`git.hooks`)
- `GIT_HOOK_PRERECEIVE_NAME`: **pre-receive**: Specifies the name of the pre-receive hook. Wont accept paths as value, will only accept filenames.
- `GIT_HOOK_UPDATE_NAME`: **update**: Specifies the name of the update hook. Wont accept paths as value, will only accept filenames.
- `GIT_HOOK_POSTRECEIVE_NAME`: **post-receive**: Specifies the name of the post-receive hook. Wont accept paths as value, will only accept filenames.