stable
Clone or download
Read-only
request #7572 Backup of gitolite repositories doesn't manage 'in path' directory
Remove usage of system as it doesn't manage returned values properly Change-Id: I838685644a771c8ee714dd5a985551081c1f95e5
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/db/install.sql | +1 | −0 | Go to diff View file |
A | plugins/git/db/mysql/updates/2014/201411101016_add_backup_path_for_repositories.php | +42 | −0 | Go to diff View file |
M | plugins/git/include/GitBackend.class.php | +6 | −7 | Go to diff View file |
M | plugins/git/include/GitDao.class.php | +12 | −8 | Go to diff View file |
M | plugins/git/include/GitRepository.class.php | +8 | −1 | Go to diff View file |
M | plugins/git/include/GitRepositoryManager.class.php | +7 | −33 | Go to diff View file |
M | plugins/git/include/Git_Backend_Gitolite.class.php | +13 | −6 | Go to diff View file |
M | plugins/git/include/Git_Backend_Interface.php | +6 | −1 | Go to diff View file |
M | plugins/git/include/Git_GitoliteDriver.class.php | +35 | −13 | Go to diff View file |
A | src/common/System/Command.class.php | +33 | −0 | Go to diff View file |
A | src/common/System/Exception/CommandException.class.php | +33 | −0 | Go to diff View file |
M | src/common/autoload.php | +5 | −3 | Go to diff View file |