index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmd
/
hook.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor to use urfave/cli/v2 (#25959)
wxiaoguang
2023-07-21
1
-11
/
+11
*
Fix sub-command log level (#25537)
wxiaoguang
2023-06-28
1
-0
/
+2
*
Use the type RefName for all the needed places and fix pull mirror sync bugs ...
Lunny Xiao
2023-05-26
1
-9
/
+9
*
Rewrite queue (#24505)
wxiaoguang
2023-05-08
1
-2
/
+1
*
Refactor internal API for git commands, use meaningful messages instead of "I...
wxiaoguang
2023-03-29
1
-81
/
+63
*
Implement actions (#21937)
Jason Song
2023-01-31
1
-0
/
+2
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
1
-2
/
+1
*
Fix typos (#21947)
KN4CK3R
2022-11-26
1
-4
/
+4
*
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-24
1
-1
/
+1
*
Add more linters to improve code readability (#19989)
Wim
2022-06-20
1
-1
/
+1
*
Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)
wxiaoguang
2022-06-16
1
-2
/
+2
*
Move some helper files out of models (#19355)
Lunny Xiao
2022-05-08
1
-18
/
+18
*
Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)
wxiaoguang
2022-04-01
1
-1
/
+1
*
Fix the bug: deploy key with write access can not push (#19010)
wxiaoguang
2022-03-22
1
-2
/
+2
*
Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)
6543
2022-02-06
1
-1
/
+1
*
Make Requests Processes and create process hierarchy. Associate OpenRepositor...
zeripath
2021-11-30
1
-1
/
+1
*
Remove unnecessary variable assignments (#17695)
Gusted
2021-11-18
1
-1
/
+0
*
Add agit flow support in gitea (#14295)
a1012112796
2021-07-28
1
-1
/
+345
*
Second attempt at preventing zombies (#16326)
zeripath
2021-07-14
1
-21
/
+24
*
Fix various documentation, user-facing, and source comment typos (#16367)
luzpaz
2021-07-08
1
-2
/
+2
*
Add tag protection (#15629)
KN4CK3R
2021-06-25
1
-4
/
+4
*
Small refactoring of modules/private (#15947)
KN4CK3R
2021-06-23
1
-1
/
+1
*
Code Formats, Nits & Unused Func/Var deletions (#15286)
6543
2021-04-09
1
-2
/
+2
*
Move update-server-info to hooks (#12826)
zeripath
2020-10-13
1
-0
/
+6
*
Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherE...
zeripath
2020-08-30
1
-1
/
+1
*
Initial support for push options (#12169)
John Olheiser
2020-08-23
1
-0
/
+16
*
Add debug option to hooks (#11624)
zeripath
2020-05-29
1
-2
/
+17
*
Prevent timer leaks in Workerpool and others (#11333)
zeripath
2020-05-08
1
-9
/
+3
*
Make hook status printing configurable with delay (#9641)
zeripath
2020-01-12
1
-26
/
+122
*
Properly enforce gitea environment for pushes (#9501)
zeripath
2019-12-27
1
-4
/
+12
*
Remove unnecessary loading of settings in update hook (#9496)
zeripath
2019-12-27
1
-12
/
+1
*
Batch hook pre- and post-receive calls (#8602)
zeripath
2019-12-26
1
-43
/
+174
*
Add debug option to serv to help debug problems (#9492)
zeripath
2019-12-25
1
-3
/
+3
*
Enforce Gitea environment for pushes (#8982)
zeripath
2019-11-14
1
-3
/
+22
*
Allow Protected Branches to Whitelist Deploy Keys (#8483)
zeripath
2019-10-21
1
-0
/
+2
*
Attempt to fix hook problem (#7854)
zeripath
2019-08-14
1
-0
/
+1
*
#6946 Run hooks on merge/edit and cope with protected branches (#6961)
zeripath
2019-07-01
1
-0
/
+2
*
Move serv hook functionality & drop GitLogger (#6993)
zeripath
2019-06-01
1
-89
/
+36
*
Ignore non-standard refs in git push (#6758)
James E. Blair
2019-05-14
1
-34
/
+43
*
Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)
zeripath
2019-04-29
1
-26
/
+0
*
Better logging (#6038) (#6095)
zeripath
2019-04-02
1
-3
/
+3
*
move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)
Lunny Xiao
2019-03-27
1
-1
/
+1
*
Clean up various use of escape/unescape functions for URL generation (#6334)
mrsdizzie
2019-03-18
1
-2
/
+2
*
fix lfs version check warning log when using ssh protocol (#5501)
Lunny Xiao
2018-12-19
1
-9
/
+3
*
fix detect force push failure on deletion of protected branches (#5522)
Lunny Xiao
2018-12-12
1
-12
/
+12
*
remove unused db init on commands serv, update, hooks (#5225)
Lunny Xiao
2018-10-30
1
-1
/
+0
*
fix showing pull request link when delete a branch (#5166)
Lunny Xiao
2018-10-28
1
-1
/
+1
*
Give user a link to create PR after push (#4716)
Julien Tant
2018-10-20
1
-0
/
+43
*
General refactor of the cmd package (#3328)
Morgan Bazalgette
2018-01-12
1
-2
/
+2
*
improve force push detect when push (#2798)
Lunny Xiao
2017-10-28
1
-1
/
+1
[next]