summaryrefslogtreecommitdiffstats
path: root/scripts/dockerfiles
Commit message (Collapse)AuthorAgeFilesLines
* Clean old dockerfilesUnknwon2014-09-2813-360/+0
|
* Merge branch 'master' of github.com:gogits/gogs into devUnknwon2014-08-311-3/+0
| | | | | Conflicts: dockerfiles/README.md
* Removed trailing white spacesTristan Storch2014-08-306-19/+19
| | | | | | | | | | 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.
* 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-2613-0/+347