Ejemplo n.º 1
0
 @Override
 public boolean include(final TreeWalk walker)
     throws MissingObjectException, IncorrectObjectTypeException, IOException {
   return path.include(walker) && ANY_DIFF.include(walker);
 }