summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Git.py
Commit message (Expand)AuthorAgeFilesLines
* Git: only support GitPython; only support Git.Update with GitPythonChris St. Pierre2012-11-161-113/+26
* fixed git plugin interface to git commandsChris St. Pierre2012-11-021-2/+4
* added Git.Update RMI, ability to base bcfg2 VCS repo at a different directory...Chris St. Pierre2012-10-301-14/+129
* Git.py - fallback to native git when dulwich not installedJake Davis2012-10-211-1/+11
* various pylint fixesChris St. Pierre2012-09-251-1/+1
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-29/+13
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+44