Package org.eclipse.jgit.lib

Examples of org.eclipse.jgit.lib.MutableObjectId.toObjectId()


        continue;
      final String path = walk.getPathString();
      for (int i = 0; i < walk.getTreeCount(); i++) {
        walk.getObjectId(id, i);
        if (!zero.equals(id))
          dupes.include(id.toObjectId(), path);
      }
      walk.enterSubtree();
    }
    if (dupes.validate())
      duplicates.put(commit, dupes);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.