Skip to content

Commit eae19b1

Browse files
committed
Revert "getBranches() a bit optimized"
This reverts commit d17b9cb.
1 parent 443e246 commit eae19b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -470,9 +470,9 @@ public Set<String> getBranches(String path) {
470470
Git git = getLocalGit(wc);
471471
Repository gitRepo = git.getRepository()) {
472472

473-
// git
474-
// .pull()
475-
// .call();
473+
git
474+
.pull()
475+
.call();
476476

477477
List<Ref> refs = git
478478
.branchList()

0 commit comments

Comments
 (0)