summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Git.py
Commit message (Expand)AuthorAgeFilesLines
* Remove blanket excepts from plugins and lintChris St. Pierre2015-02-181-16/+11
* Plugins: refactored out unnecessary datastore constructor argumentChris St. Pierre2013-10-291-2/+2
* testsuite: fixed more unit testsChris St. Pierre2013-08-121-0/+1
* Options: migrated plugins to new options parserChris St. Pierre2013-06-271-6/+8
* Merge branch 'maint'Chris St. Pierre2013-04-241-1/+1
|\
| * Git: fix command debug log without GitPython installedChris St. Pierre2013-04-161-1/+1
* | use Executor class for better subprocess calling on serverChris St. Pierre2013-03-141-6/+7
|/
* Git: fixed overly verbose error reportingChris St. Pierre2013-01-241-18/+12
* Git: fetch refs before checking out a ref on Git.UpdateChris St. Pierre2013-01-241-0/+7
* Git: log output of GitPython commandsChris St. Pierre2013-01-241-3/+8
* Git: Added ability to update to a specific tree-ishChris St. Pierre2012-11-161-10/+41
* 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