Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Refactor and fix incorrect comment (#1247) | Ethan Koenig | 2017-03-15 | 1 | -1/+1 | |
| | ||||||
* | Move push update to post-receive and protected branch check to pre-receive ↵ | Lunny Xiao | 2017-02-25 | 1 | -63/+13 | |
| | | | | | | | | | | | | (#1030) * move all push update to git hook post-receive and protected branch check to git hook pre-receive * add SSH_ORIGINAL_COMMAND check back * remove all unused codes * fix the import | |||||
* | Take back control of hooks (#1006) | Lunny Xiao | 2017-02-23 | 1 | -0/+373 | |
* git: delegate all server-side Git hooks (#1623) * create hooks directories * take control hooks back * fix lint * bug fixed and minor changes * fix imports style * fix migration scripts |