* fix syncgit.

This commit is contained in:
xia0ta0
2013-09-02 14:42:23 +08:00
parent 0bc2dddc4f
commit db7a862661
3 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -10,12 +10,12 @@
*
* 例子:
* $config->git->client = '/usr/bin/git'; // c:\git\git.exe
* $config->git->repos['pms']['path'] = '/home/user/repo/pms'; // c:\repo\pms
* $config->git->repos['pms']['path'] = '/home/user/repo/pms'; // c:\repo\pms
*
*/
$config->git = new stdClass();
$config->git->encodings = 'utf-8, gbk';
$config->git->client = '/usr/bin/git';
$config->git->client = '';
$i = 1;
$config->git->repos[$i]['path'] = '';