Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | backup: use datetime string as default archive name | Unknwon | 2017-05-29 |
| | | | | Because unix timestamp is not very human readable. | ||
* | 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/backup: able to specify archive name (#4320) | Unknwon | 2017-03-23 |
| | | | | Added flag '--archive-name' for backup command. | ||
* | cmd: able to backup and restore | Unknwon | 2017-02-27 |
Not very robust, must execute under correct workdir. Addresses #2072, #3708, #648 |