Beispiel #1
0
 /**
  * Create a new revision walker for a given repository.
  *
  * @param repo the repository the walker will obtain data from.
  */
 public PlotWalk(final Repository repo) {
   super(repo);
   super.sort(RevSort.TOPO, true);
   reverseRefMap = repo.getAllRefsByPeeledObjectId();
 }