Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts: remove meaningless script and modify systemd service | Unknwon | 2015-03-04 | 1 | -15/+0 |
| | |||||
* | scripts: remove confuse scripts | Unknwon | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | Allow start.sh from any working directory | Clint Armstrong | 2015-01-17 | 1 | -1/+1 |
| | | | This change to start.sh allows it to be executed from any working directory and always reference the gogs binary in the parent directory. Very helpful when calling start.sh from an init script. | ||||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 | 1 | -1/+1 |
| | | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork. | ||||
* | Finish new home page of organization | Unknwon | 2014-08-10 | 1 | -1/+1 |
| | |||||
* | New UI merge in progress | Unknwon | 2014-07-26 | 1 | -0/+15 |