Skip to content

Commit a67e3fc

Browse files
committed
getBranches: filter added
1 parent cc203d9 commit a67e3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scm4j/vcs/GitVCS.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ public List<VCSDiffEntry> getBranchesDiff(String srcBranchName, String dstBranch
398398
}
399399

400400
@Override
401-
public Set<String> getBranches() {
401+
public Set<String> getBranches(String path) {
402402
try (IVCSLockedWorkingCopy wc = repo.getVCSLockedWorkingCopy();
403403
Git git = getLocalGit(wc);
404404
Repository gitRepo = git.getRepository()) {

0 commit comments

Comments
 (0)