List of usage examples for org.eclipse.jgit.dircache DirCacheEditor.PathEdit subclass-usage
From source file com.google.gerrit.server.edit.tree.AddPath.java
/** * A {@code PathEdit} which adds a file path to the index. This operation is the counterpart to * {@link org.eclipse.jgit.dircache.DirCacheEditor.DeletePath}. */ class AddPath extends DirCacheEditor.PathEdit {