Skip to content

Commit 543e3bf

Browse files
authored
Mention proc-receive in text for dashboard.resync_all_hooks func (#35991)
1 parent 1baca49 commit 543e3bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom/conf/app.example.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2334,7 +2334,7 @@ LEVEL = Info
23342334

23352335
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
23362336
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2337-
;; Resynchronize pre-receive, update and post-receive hooks of all repositories.
2337+
;; Resynchronize git hooks of all repositories (pre-receive, update, post-receive, proc-receive, ...)
23382338
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
23392339
;[cron.resync_all_hooks]
23402340
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

options/locale/locale_en-US.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3039,7 +3039,7 @@ dashboard.update_migration_poster_id = Update migration poster IDs
30393039
dashboard.git_gc_repos = Garbage-collect all repositories
30403040
dashboard.resync_all_sshkeys = Update the '.ssh/authorized_keys' file with Gitea SSH keys
30413041
dashboard.resync_all_sshprincipals = Update the '.ssh/authorized_principals' file with Gitea SSH principals
3042-
dashboard.resync_all_hooks = Resynchronize pre-receive, update and post-receive hooks of all repositories
3042+
dashboard.resync_all_hooks = Resynchronize git hooks of all repositories (pre-receive, update, post-receive, proc-receive, ...)
30433043
dashboard.reinit_missing_repos = Reinitialize all missing Git repositories for which records exist
30443044
dashboard.sync_external_users = Synchronize external user data
30453045
dashboard.cleanup_hook_task_table = Clean up hook_task table

0 commit comments

Comments
 (0)