mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[log] IDEA-121949 Fix filtering by non-existent branch
This commit is contained in:
@@ -91,7 +91,7 @@ class VisiblePackBuilder {
|
||||
}
|
||||
|
||||
VisibleGraph<Integer> visibleGraph;
|
||||
if (matchingCommits != null && matchingCommits.isEmpty()) {
|
||||
if (((matchingHeads != null) && matchingHeads.isEmpty()) || ((matchingCommits != null) && matchingCommits.isEmpty())) {
|
||||
visibleGraph = EmptyVisibleGraph.getInstance();
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user