Let git implement MODIFY

This commit is contained in:
Rene Pfeuffer
2019-08-30 09:29:58 +02:00
parent 3daec67ca4
commit f769248164

View File

@@ -68,7 +68,8 @@ public class GitRepositoryServiceProvider extends RepositoryServiceProvider
Command.OUTGOING,
Command.PUSH,
Command.PULL,
Command.MERGE
Command.MERGE,
Command.MODIFY
);
protected static final Set<Feature> FEATURES = EnumSet.of(Feature.INCOMING_REVISION);
//J+