Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit a3d1c71

Browse files
committed
Update Release Note
1 parent 56ff2aa commit a3d1c71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/plugins/meta.git/manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ajxp_plugin id="meta.git" label="CONF_MESSAGE[Git-based Versioning]" description="CONF_MESSAGE[Keep tracks of all files modifications using a local Git repository]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
44
<plugin_info>
5-
<core_relation packaged="true" tested_version="4.2.0"/>
5+
<core_relation packaged="true" tested_version="7.0"/>
66
<plugin_author>Charles du Jeu</plugin_author>
77
</plugin_info>
88
<class_definition classname="Pydio\Access\Meta\Version\GitManager" filename="plugins/meta.git/vendor/autoload.php"/>

core/src/plugins/meta.git/src/GitManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ protected function gitHistory($git, $file)
234234
{
235235
$command = $git->getCommand("log");
236236
if(strpos($file, " ") === false){
237-
// We currently cannot use follow if file/folder has a space
237+
// We currently cannot use the follow option if file/folder has a space
238238
$command->setOption("follow", true);
239239
}
240240
$command->setOption("p", true);

0 commit comments

Comments
 (0)