0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-17 07:02:05 +01:00
Commit graph

3 commits

Author SHA1 Message Date
Earl Warren
d3a642a7e0
Revert "[BUG] Initalize Git for hook regeneration"
This reverts commit 815abad84c.

Redundant with:

 Always write proc-receive hook for all git versions ()
2024-02-26 22:30:25 +01:00
Gusted
815abad84c
[BUG] Initalize Git for hook regeneration
- The hook regeneration code relies on `git.SupportProcReceive` being
set to determine if the `proc-receive` hook should be written, this
variable is set when the git module is initialized.
- Resolves 
2024-02-20 19:39:50 +01:00
Nanguan Lin
70f8d10fc5
move the gitea admin subcommands into separate files ()
As title.
Probably it's better to put those sub cmd to different dirs. Will do
that in the future.
2023-09-27 12:25:38 +00:00