1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Remove some unnecessary template helpers (#33069)

DisableGitHooks and DisableImportLocal are only used when editing a
user, so only set them in `editUserCommon`
This commit is contained in:
wxiaoguang
2025-01-01 18:02:34 +08:00
committed by GitHub
parent 57eb9d0b64
commit 2564c15cb0
10 changed files with 182 additions and 185 deletions

View File

@@ -1,3 +1,2 @@
#!/bin/bash
echo Hello, World!
echo "TestGitHookScript"