Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | pkg/mailer: support custom mail subject prefix (#4524) | Unknwon | 2018-03-30 |
| | |||
* | hook: fix email not sent after push (#4430) | Unknwon | 2017-07-27 |
| | | | | | Turns out mail service was not initialized at all, also mail must be sent in sync in hook mode before program exits. | ||
* | locale: sync from Crowdin | Unknwon | 2017-05-17 |
| | |||
* | Refactoring: remove tool.TplName | Unknwon | 2017-04-05 |
| | |||
* | Refactoring: rename pkg/base -> pkg/tool | Unknwon | 2017-04-05 |
| | |||
* | Refactoring: rename modules -> pkg | Unknwon | 2017-04-04 |
Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory |