summaryrefslogtreecommitdiffstats
path: root/cmd/hook.go
Commit message (Expand)AuthorAgeFilesLines
* Clean up various use of escape/unescape functions for URL generation (#6334)mrsdizzie2019-03-181-2/+2
* fix lfs version check warning log when using ssh protocol (#5501)Lunny Xiao2018-12-191-9/+3
* fix detect force push failure on deletion of protected branches (#5522)Lunny Xiao2018-12-121-12/+12
* remove unused db init on commands serv, update, hooks (#5225)Lunny Xiao2018-10-301-1/+0
* fix showing pull request link when delete a branch (#5166)Lunny Xiao2018-10-281-1/+1
* Give user a link to create PR after push (#4716)Julien Tant2018-10-201-0/+43
* General refactor of the cmd package (#3328)Morgan Bazalgette2018-01-121-2/+2
* improve force push detect when push (#2798)Lunny Xiao2017-10-281-1/+1
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-141-23/+25
* Drop db operations from hook commands (#1514)Lunny Xiao2017-05-041-39/+21
* Comment force push detect to fix bug #1073 (#1077)Lunny Xiao2017-03-011-18/+41
* fix push (#1076)Lunny Xiao2017-02-271-1/+4
* Move push update to post-receive and protected branch check to pre-receive (#...Lunny Xiao2017-02-251-17/+118
* Take back control of hooks (#1006)Lunny Xiao2017-02-231-0/+106