Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | cmd/restore: skip non existent directories in backup archive (#4413) | Unknwon | 2017-06-25 |
| | |||
* | restore: create data directory before restoring data files (#4413) | Unknwon | 2017-06-08 |
| | |||
* | restore: reset table sequences for PostgreSQL (#4357) | Unknwon | 2017-05-21 |
| | |||
* | cmd/update: fix typo (#4492) | rouzier | 2017-05-17 |
| | |||
* | 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 | ||
* | cmd: able to backup and restore | Unknwon | 2017-02-27 |
Not very robust, must execute under correct workdir. Addresses #2072, #3708, #648 |