aboutsummaryrefslogtreecommitdiffstats
path: root/roles/git
Commit message (Collapse)AuthorAgeFilesLines
* git: configure gitolite with cgitAaron LI2018-05-152-2/+5
|
* git/gitolite: update configAaron LI2018-05-151-2/+2
|
* git: update github keyname to be keyfile to the full path to the keyAaron LI2018-05-141-3/+3
|
* git: Use gitolite to replace the git-shell shipped with gitAaron LI2018-05-142-16/+254
|
* git/cgit: copy script and install highlightAaron LI2018-04-181-0/+7
|
* git: Update git shell commands; add git-cmds tagAaron LI2018-04-184-4/+6
|
* Add git role: host git repos and share repos via cgitAaron LI2018-04-1816-0/+773
* Host git repositories * Share git repositories through web interface via cgit * The static resources used by cgit is also managed/deployed by a git repo ^_^