aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Intial commit for systemd supportThomas Fanninger2014-09-161-0/+18
|
* build script fixedlunnyxiao2014-09-122-29/+27
|
* Merge branch 'master' of github.com:gogits/gogs into devUnknwon2014-08-311-3/+0
| | | | | Conflicts: dockerfiles/README.md
* Removed trailing white spacesTristan Storch2014-08-308-22/+22
| | | | | | | | | | 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 organizationUnknwon2014-08-101-1/+1
|
* Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-07-261-13/+29
| | | | | Conflicts: templates/status/500.tmpl
* New UI merge in progressUnknwon2014-07-2619-0/+452