Package org.eclipse.egit.ui.internal.search

Examples of org.eclipse.egit.ui.internal.search.CommitSearchSettings.addRepository()


    }
  }

  private CommitSearchSettings createSettings() {
    CommitSearchSettings settings = new CommitSearchSettings();
    settings.addRepository(repository.getDirectory().getAbsolutePath());
    settings.setMatchTree(false);
    settings.setMatchAuthor(false);
    settings.setMatchCommit(false);
    settings.setMatchCommitter(false);
    settings.setMatchParents(false);
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.